#D6C490

Color #D6C490 Tahuna Sands (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahuna Sands #D6C490

Tints of Tahuna Sands #D6C490

Color information

#D6C490 (or 0xD6C490) is unknown color: approx Tahuna Sands. HEX triplet: D6, C4 and 90. RGB value is (214,196,144). Sum of RGB (Red+Green+Blue) = 214+196+144=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C490 is #293B6F. Grayscale: #C3C3C3. Windows color (decimal): -2702192 or 9487574. OLE color: 9487574.

HSL color Cylindrical-coordinate representation of color #D6C490: hue angle of 44.57º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6C490 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB214196144-
CMYK00.080.330.16
HSL44.57º46.05%70.2%-
HSV(B)44.57º32.71%83.92%-
XYZ52.5155.7934.39-
YUV195.4598.96141.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 38.63%
GREEN value IS 196 (76.95% from 255) = 35.38%
BLUE value IS 144 (56.64% from 255) = 25.99%
R=38.63%
G=35.38%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419614400.080.330.1644.5746.0570.2
HexD6C4900821102d2e46
Octal32630422001041205556106
Binary11010110110001001001000001000100001100001011011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C490; }

 p { color: rgb(214,196,144); }

 H1.HeaderClassName
 {
   color: #D6C490;
 }
 .AnyTagClassName
 {
   color: #D6C490;
 }
</style>
background-color css

<style>
 a { background-color: #D6C490; }

 a { background-color: rgb(214,196,144); }

 div.DivClassName
 {
   background-color: #D6C490;
 }
 .BgClassName
 {
   background-color: #D6C490;
 }
</style>
border-color css

<style>
 span { border-color: #D6C490; }

 span { border-color: rgb(214,196,144); }

 td.TdClassName
 {
   border-color: #D6C490;
 }
 .TagClassName
 {
   border-color: #D6C490;
 }
</style>