#D6D08E

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

Shades of Tahuna Sands #D6D08E

Tints of Tahuna Sands #D6D08E

Color information

#D6D08E (or 0xD6D08E) is unknown color: approx Tahuna Sands. HEX triplet: D6, D0 and 8E. RGB value is (214,208,142). Sum of RGB (Red+Green+Blue) = 214+208+142=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 142 (55.86% from 255 or 25.18% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D08E is #292F71. Grayscale: #CACACA. Windows color (decimal): -2699122 or 9359574. OLE color: 9359574.

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

Color convert

RGB214208142-
CMYK00.030.340.16
HSL55º46.75%69.8%-
HSV(B)55º33.64%83.92%-
XYZ55.1761.3634.53-
YUV202.2793.99136.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.94%
GREEN value IS 208 (81.64% from 255) = 36.88%
BLUE value IS 142 (55.86% from 255) = 25.18%
R=37.94%
G=36.88%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420814200.030.340.165546.7569.8
HexD6D08E032210372f46
Octal3263202160342206757106
Binary110101101101000010001110011100010100001101111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D08E; }

 p { color: rgb(214,208,142); }

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

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

 a { background-color: rgb(214,208,142); }

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

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

 span { border-color: rgb(214,208,142); }

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