#DBCAA2

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

Shades of Raffia #DBCAA2

Tints of Raffia #DBCAA2

Color information

#DBCAA2 (or 0xDBCAA2) is unknown color: approx Raffia. HEX triplet: DB, CA and A2. RGB value is (219,202,162). Sum of RGB (Red+Green+Blue) = 219+202+162=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCAA2 is #24355D. Grayscale: #CACACA. Windows color (decimal): -2372958 or 10668763. OLE color: 10668763.

HSL color Cylindrical-coordinate representation of color #DBCAA2: hue angle of 42.11º 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 #DBCAA2 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB219202162-
CMYK00.080.260.14
HSL42.11º44.19%74.71%-
HSV(B)42.11º26.03%85.88%-
XYZ56.8659.9142.75-
YUV202.52105.13139.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 162 (63.67% from 255) = 27.79%
R=37.56%
G=34.65%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920216200.080.260.1442.1144.1974.71
HexDBCAA2081AE2a2c4b
Octal33331224201032165254113
Binary110110111100101010100010010001101011101010101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAA2; }

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

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

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

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

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

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

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

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