#D2CB93

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

Shades of Tahuna Sands #D2CB93

Tints of Tahuna Sands #D2CB93

Color information

#D2CB93 (or 0xD2CB93) is unknown color: approx Tahuna Sands. HEX triplet: D2, CB and 93. RGB value is (210,203,147). Sum of RGB (Red+Green+Blue) = 210+203+147=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CB93 is #2D346C. Grayscale: #C6C6C6. Windows color (decimal): -2962541 or 9685970. OLE color: 9685970.

HSL color Cylindrical-coordinate representation of color #D2CB93: hue angle of 53.33º degrees, saturation: 0.41, 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 #D2CB93 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB210203147-
CMYK00.030.300.18
HSL53.33º41.18%70%-
HSV(B)53.33º30%82.35%-
XYZ53.258.5236.1-
YUV198.7198.82136.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.5%
GREEN value IS 203 (79.69% from 255) = 36.25%
BLUE value IS 147 (57.81% from 255) = 26.25%
R=37.5%
G=36.25%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020314700.030.300.1853.3341.1870
HexD2CB93031E12352946
Octal3223132230336226551106
Binary11010010110010111001001101111110100101101011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CB93; }

 p { color: rgb(210,203,147); }

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

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

 a { background-color: rgb(210,203,147); }

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

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

 span { border-color: rgb(210,203,147); }

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