#D6D18E

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

Shades of Tahuna Sands #D6D18E

Tints of Tahuna Sands #D6D18E

Color information

#D6D18E (or 0xD6D18E) is unknown color: approx Tahuna Sands. HEX triplet: D6, D1 and 8E. RGB value is (214,209,142). Sum of RGB (Red+Green+Blue) = 214+209+142=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 142 (55.86% from 255 or 25.13% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D18E is #292E71. Grayscale: #CBCBCB. Windows color (decimal): -2698866 or 9359830. OLE color: 9359830.

HSL color Cylindrical-coordinate representation of color #D6D18E: hue angle of 55.83º 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 #D6D18E is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB214209142-
CMYK00.020.340.16
HSL55.83º46.75%69.8%-
HSV(B)55.83º33.64%83.92%-
XYZ55.4161.8534.61-
YUV202.8693.66135.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.88%
GREEN value IS 209 (82.03% from 255) = 36.99%
BLUE value IS 142 (55.86% from 255) = 25.13%
R=37.88%
G=36.99%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420914200.020.340.1655.8346.7569.8
HexD6D18E022210382f46
Octal3263212160242207057106
Binary110101101101000110001110010100010100001110001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D18E; }

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

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

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

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

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

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

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

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