#D0C397

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

Shades of Tahuna Sands #D0C397

Tints of Tahuna Sands #D0C397

Color information

#D0C397 (or 0xD0C397) is unknown color: approx Tahuna Sands. HEX triplet: D0, C3 and 97. RGB value is (208,195,151). Sum of RGB (Red+Green+Blue) = 208+195+151=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C397 is #2F3C68. Grayscale: #C2C2C2. Windows color (decimal): -3095657 or 9946064. OLE color: 9946064.

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

Color convert

RGB208195151-
CMYK00.060.270.18
HSL46.32º37.75%70.39%-
HSV(B)46.32º27.4%81.57%-
XYZ51.1154.6737.14-
YUV193.87103.81138.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.55%
GREEN value IS 195 (76.56% from 255) = 35.20%
BLUE value IS 151 (59.38% from 255) = 27.26%
R=37.55%
G=35.20%
B=27.26%

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
Decimal20819515100.060.270.1846.3237.7570.39
HexD0C397061B122e2646
Octal3203032270633225646106
Binary110100001100001110010111011011011100101011101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C397; }

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

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

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

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

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

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

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

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