#DBC8AA

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

Shades of Raffia #DBC8AA

Tints of Raffia #DBC8AA

Color information

#DBC8AA (or 0xDBC8AA) is unknown color: approx Raffia. HEX triplet: DB, C8 and AA. RGB value is (219,200,170). Sum of RGB (Red+Green+Blue) = 219+200+170=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC8AA is #243755. Grayscale: #CACACA. Windows color (decimal): -2373462 or 11192539. OLE color: 11192539.

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

Color convert

RGB219200170-
CMYK00.090.220.14
HSL36.73º40.5%76.27%-
HSV(B)36.73º22.37%85.88%-
XYZ57.1259.2746.46-
YUV202.26109.79139.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.18%
GREEN value IS 200 (78.52% from 255) = 33.96%
BLUE value IS 170 (66.80% from 255) = 28.86%
R=37.18%
G=33.96%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920017000.090.220.1436.7340.576.27
HexDBC8AA0916E25284c
Octal33331025201126164550114
Binary110110111100100010101010010011011011101001011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC8AA; }

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

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

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

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

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

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

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

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