#D0CD92

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

Shades of Tahuna Sands #D0CD92

Tints of Tahuna Sands #D0CD92

Color information

#D0CD92 (or 0xD0CD92) is unknown color: approx Tahuna Sands. HEX triplet: D0, CD and 92. RGB value is (208,205,146). Sum of RGB (Red+Green+Blue) = 208+205+146=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CD92 is #2F326D. Grayscale: #C7C7C7. Windows color (decimal): -3093102 or 9620944. OLE color: 9620944.

HSL color Cylindrical-coordinate representation of color #D0CD92: hue angle of 57.1º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0CD92 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB208205146-
CMYK00.010.300.18
HSL57.1º39.74%69.41%-
HSV(B)57.1º29.81%81.57%-
XYZ53.0359.1535.82-
YUV199.1797.99134.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.21%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 146 (57.42% from 255) = 26.12%
R=37.21%
G=36.67%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820514600.010.300.1857.139.7469.41
HexD0CD92011E12392845
Octal3203152220136227150105
Binary1101000011001101100100100111110100101110011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CD92; }

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

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

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

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

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

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

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

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