#D0CD99

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

Shades of Tahuna Sands #D0CD99

Tints of Tahuna Sands #D0CD99

Color information

#D0CD99 (or 0xD0CD99) is unknown color: approx Tahuna Sands. HEX triplet: D0, CD and 99. RGB value is (208,205,153). Sum of RGB (Red+Green+Blue) = 208+205+153=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CD99 is #2F3266. Grayscale: #C8C8C8. Windows color (decimal): -3093095 or 10079696. OLE color: 10079696.

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

Color convert

RGB208205153-
CMYK00.010.260.18
HSL56.73º36.91%70.78%-
HSV(B)56.73º26.44%81.57%-
XYZ53.5959.3738.77-
YUV199.97101.49133.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.75%
GREEN value IS 205 (80.47% from 255) = 36.22%
BLUE value IS 153 (60.16% from 255) = 27.03%
R=36.75%
G=36.22%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820515300.010.260.1856.7336.9170.78
HexD0CD99011A12392547
Octal3203152310132227145107
Binary1101000011001101100110010111010100101110011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CD99; }

 p { color: rgb(208,205,153); }

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

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

 a { background-color: rgb(208,205,153); }

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

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

 span { border-color: rgb(208,205,153); }

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