#DBCBA9

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

Shades of Raffia #DBCBA9

Tints of Raffia #DBCBA9

Color information

#DBCBA9 (or 0xDBCBA9) is unknown color: approx Raffia. HEX triplet: DB, CB and A9. RGB value is (219,203,169). Sum of RGB (Red+Green+Blue) = 219+203+169=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 169 (66.41% from 255 or 28.60% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCBA9 is #243456. Grayscale: #CCCCCC. Windows color (decimal): -2372695 or 11127771. OLE color: 11127771.

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

Color convert

RGB219203169-
CMYK00.070.230.14
HSL40.8º40.98%76.08%-
HSV(B)40.8º22.83%85.88%-
XYZ57.7360.6446.2-
YUV203.91108.3138.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.06%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 169 (66.41% from 255) = 28.60%
R=37.06%
G=34.35%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920316900.070.230.1440.840.9876.08
HexDBCBA90717E29294c
Octal3333132510727165151114
Binary11011011110010111010100101111011111101010011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBA9; }

 p { color: rgb(219,203,169); }

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

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

 a { background-color: rgb(219,203,169); }

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

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

 span { border-color: rgb(219,203,169); }

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