#D0C396

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

Shades of Tahuna Sands #D0C396

Tints of Tahuna Sands #D0C396

Color information

#D0C396 (or 0xD0C396) is unknown color: approx Tahuna Sands. HEX triplet: D0, C3 and 96. RGB value is (208,195,150). Sum of RGB (Red+Green+Blue) = 208+195+150=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C396 is #2F3C69. Grayscale: #C1C1C1. Windows color (decimal): -3095658 or 9880528. OLE color: 9880528.

HSL color Cylindrical-coordinate representation of color #D0C396: hue angle of 46.55º 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 #D0C396 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB208195150-
CMYK00.060.280.18
HSL46.55º38.16%70.2%-
HSV(B)46.55º27.88%81.57%-
XYZ51.0354.6436.71-
YUV193.76103.31138.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.61%
GREEN value IS 195 (76.56% from 255) = 35.26%
BLUE value IS 150 (58.98% from 255) = 27.12%
R=37.61%
G=35.26%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819515000.060.280.1846.5538.1670.2
HexD0C396061C122f2646
Octal3203032260634225746106
Binary110100001100001110010110011011100100101011111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C396; }

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

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

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

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

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

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

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

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