#D0C998

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

Shades of Tahuna Sands #D0C998

Tints of Tahuna Sands #D0C998

Color information

#D0C998 (or 0xD0C998) is unknown color: approx Tahuna Sands. HEX triplet: D0, C9 and 98. RGB value is (208,201,152). Sum of RGB (Red+Green+Blue) = 208+201+152=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C998 is #2F3667. Grayscale: #C5C5C5. Windows color (decimal): -3094120 or 10013136. OLE color: 10013136.

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

Color convert

RGB208201152-
CMYK00.030.270.18
HSL52.5º37.33%70.59%-
HSV(B)52.5º26.92%81.57%-
XYZ52.5757.4538.02-
YUV197.51102.32135.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.08%
GREEN value IS 201 (78.91% from 255) = 35.83%
BLUE value IS 152 (59.77% from 255) = 27.09%
R=37.08%
G=35.83%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820115200.030.270.1852.537.3370.59
HexD0C998031B12342547
Octal3203112300333226445107
Binary11010000110010011001100001111011100101101001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C998; }

 p { color: rgb(208,201,152); }

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

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

 a { background-color: rgb(208,201,152); }

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

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

 span { border-color: rgb(208,201,152); }

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