#DBC9AA

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

Shades of Raffia #DBC9AA

Tints of Raffia #DBC9AA

Color information

#DBC9AA (or 0xDBC9AA) is unknown color: approx Raffia. HEX triplet: DB, C9 and AA. RGB value is (219,201,170). Sum of RGB (Red+Green+Blue) = 219+201+170=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC9AA is #243655. Grayscale: #CACACA. Windows color (decimal): -2373206 or 11192795. OLE color: 11192795.

HSL color Cylindrical-coordinate representation of color #DBC9AA: hue angle of 37.96º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBC9AA is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB219201170-
CMYK00.080.220.14
HSL37.96º40.5%76.27%-
HSV(B)37.96º22.37%85.88%-
XYZ57.3659.7446.54-
YUV202.85109.46139.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 201 (78.91% from 255) = 34.07%
BLUE value IS 170 (66.80% from 255) = 28.81%
R=37.12%
G=34.07%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920117000.080.220.1437.9640.576.27
HexDBC9AA0816E26284c
Octal33331125201026164650114
Binary110110111100100110101010010001011011101001101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC9AA; }

 p { color: rgb(219,201,170); }

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

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

 a { background-color: rgb(219,201,170); }

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

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

 span { border-color: rgb(219,201,170); }

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