#D2CD92

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

Shades of Tahuna Sands #D2CD92

Tints of Tahuna Sands #D2CD92

Color information

#D2CD92 (or 0xD2CD92) is unknown color: approx Tahuna Sands. HEX triplet: D2, CD and 92. RGB value is (210,205,146). Sum of RGB (Red+Green+Blue) = 210+205+146=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CD92 is #2D326D. Grayscale: #C8C8C8. Windows color (decimal): -2962030 or 9620946. OLE color: 9620946.

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

Color convert

RGB210205146-
CMYK00.020.300.18
HSL55.31º41.56%69.8%-
HSV(B)55.31º30.48%82.35%-
XYZ53.659.4435.84-
YUV199.7797.66135.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 205 (80.47% from 255) = 36.54%
BLUE value IS 146 (57.42% from 255) = 26.02%
R=37.43%
G=36.54%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020514600.020.300.1855.3141.5669.8
HexD2CD92021E12372a46
Octal3223152220236226752106
Binary11010010110011011001001001011110100101101111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CD92; }

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

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

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

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

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

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

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

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