#DBD2A0

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

Shades of Tahuna Sands #DBD2A0

Tints of Tahuna Sands #DBD2A0

Color information

#DBD2A0 (or 0xDBD2A0) is unknown color: approx Tahuna Sands. HEX triplet: DB, D2 and A0. RGB value is (219,210,160). Sum of RGB (Red+Green+Blue) = 219+210+160=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD2A0 is #242D5F. Grayscale: #CFCFCF. Windows color (decimal): -2370912 or 10539739. OLE color: 10539739.

HSL color Cylindrical-coordinate representation of color #DBD2A0: hue angle of 50.85º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBD2A0 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB219210160-
CMYK00.040.270.14
HSL50.85º45.04%74.31%-
HSV(B)50.85º26.94%85.88%-
XYZ58.6163.6942.46-
YUV206.99101.48136.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.18%
GREEN value IS 210 (82.42% from 255) = 35.65%
BLUE value IS 160 (62.89% from 255) = 27.16%
R=37.18%
G=35.65%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921016000.040.270.1450.8545.0474.31
HexDBD2A0041BE332d4a
Octal3333222400433166355112
Binary11011011110100101010000001001101111101100111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2A0; }

 p { color: rgb(219,210,160); }

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

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

 a { background-color: rgb(219,210,160); }

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

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

 span { border-color: rgb(219,210,160); }

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