#D0C596

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

Shades of Tahuna Sands #D0C596

Tints of Tahuna Sands #D0C596

Color information

#D0C596 (or 0xD0C596) is unknown color: approx Tahuna Sands. HEX triplet: D0, C5 and 96. RGB value is (208,197,150). Sum of RGB (Red+Green+Blue) = 208+197+150=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C596 is #2F3A69. Grayscale: #C3C3C3. Windows color (decimal): -3095146 or 9881040. OLE color: 9881040.

HSL color Cylindrical-coordinate representation of color #D0C596: hue angle of 48.62º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0C596 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB208197150-
CMYK00.050.280.18
HSL48.62º38.16%70.2%-
HSV(B)48.62º27.88%81.57%-
XYZ51.4855.5436.86-
YUV194.93102.64137.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 197 (77.34% from 255) = 35.50%
BLUE value IS 150 (58.98% from 255) = 27.03%
R=37.48%
G=35.50%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819715000.050.280.1848.6238.1670.2
HexD0C596051C12312646
Octal3203052260534226146106
Binary110100001100010110010110010111100100101100011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C596; }

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

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

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

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

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

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

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

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