#D0C497

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

Shades of Tahuna Sands #D0C497

Tints of Tahuna Sands #D0C497

Color information

#D0C497 (or 0xD0C497) is unknown color: approx Tahuna Sands. HEX triplet: D0, C4 and 97. RGB value is (208,196,151). Sum of RGB (Red+Green+Blue) = 208+196+151=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C497 is #2F3B68. Grayscale: #C2C2C2. Windows color (decimal): -3095401 or 9946320. OLE color: 9946320.

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

Color convert

RGB208196151-
CMYK00.060.270.18
HSL47.37º37.75%70.39%-
HSV(B)47.37º27.4%81.57%-
XYZ51.3455.1237.21-
YUV194.46103.48137.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 196 (76.95% from 255) = 35.32%
BLUE value IS 151 (59.38% from 255) = 27.21%
R=37.48%
G=35.32%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819615100.060.270.1847.3737.7570.39
HexD0C497061B122f2646
Octal3203042270633225746106
Binary110100001100010010010111011011011100101011111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C497; }

 p { color: rgb(208,196,151); }

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

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

 a { background-color: rgb(208,196,151); }

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

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

 span { border-color: rgb(208,196,151); }

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