#D6D296

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

Shades of Tahuna Sands #D6D296

Tints of Tahuna Sands #D6D296

Color information

#D6D296 (or 0xD6D296) is unknown color: approx Tahuna Sands. HEX triplet: D6, D2 and 96. RGB value is (214,210,150). Sum of RGB (Red+Green+Blue) = 214+210+150=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D296 is #292D69. Grayscale: #CCCCCC. Windows color (decimal): -2698602 or 9884374. OLE color: 9884374.

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

Color convert

RGB214210150-
CMYK00.020.300.16
HSL56.25º43.84%71.37%-
HSV(B)56.25º29.91%83.92%-
XYZ56.2862.5937.97-
YUV204.3697.33134.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.28%
GREEN value IS 210 (82.42% from 255) = 36.59%
BLUE value IS 150 (58.98% from 255) = 26.13%
R=37.28%
G=36.59%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421015000.020.300.1656.2543.8471.37
HexD6D296021E10382c47
Octal3263222260236207054107
Binary11010110110100101001011001011110100001110001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D296; }

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

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

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

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

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

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

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

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