#D6D096

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

Shades of Tahuna Sands #D6D096

Tints of Tahuna Sands #D6D096

Color information

#D6D096 (or 0xD6D096) is unknown color: approx Tahuna Sands. HEX triplet: D6, D0 and 96. RGB value is (214,208,150). Sum of RGB (Red+Green+Blue) = 214+208+150=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D096 is #292F69. Grayscale: #CBCBCB. Windows color (decimal): -2699114 or 9883862. OLE color: 9883862.

HSL color Cylindrical-coordinate representation of color #D6D096: hue angle of 54.38º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6D096 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214208150-
CMYK00.030.300.16
HSL54.38º43.84%71.37%-
HSV(B)54.38º29.91%83.92%-
XYZ55.7961.6137.81-
YUV203.1897.99135.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.41%
GREEN value IS 208 (81.64% from 255) = 36.36%
BLUE value IS 150 (58.98% from 255) = 26.22%
R=37.41%
G=36.36%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420815000.030.300.1654.3843.8471.37
HexD6D096031E10362c47
Octal3263202260336206654107
Binary11010110110100001001011001111110100001101101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D096; }

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

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

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

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

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

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

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

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