#DBCCA2

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

Shades of Tahuna Sands #DBCCA2

Tints of Tahuna Sands #DBCCA2

Color information

#DBCCA2 (or 0xDBCCA2) is unknown color: approx Tahuna Sands. HEX triplet: DB, CC and A2. RGB value is (219,204,162). Sum of RGB (Red+Green+Blue) = 219+204+162=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCCA2 is #24335D. Grayscale: #CBCBCB. Windows color (decimal): -2372446 or 10669275. OLE color: 10669275.

HSL color Cylindrical-coordinate representation of color #DBCCA2: hue angle of 44.21º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBCCA2 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB219204162-
CMYK00.070.260.14
HSL44.21º44.19%74.71%-
HSV(B)44.21º26.03%85.88%-
XYZ57.3360.8542.91-
YUV203.7104.47138.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 162 (63.67% from 255) = 27.69%
R=37.44%
G=34.87%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920416200.070.260.1444.2144.1974.71
HexDBCCA2071AE2c2c4b
Octal3333142420732165454113
Binary11011011110011001010001001111101011101011001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCCA2; }

 p { color: rgb(219,204,162); }

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

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

 a { background-color: rgb(219,204,162); }

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

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

 span { border-color: rgb(219,204,162); }

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