#DBCBA8

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

Shades of Raffia #DBCBA8

Tints of Raffia #DBCBA8

Color information

#DBCBA8 (or 0xDBCBA8) is unknown color: approx Raffia. HEX triplet: DB, CB and A8. RGB value is (219,203,168). Sum of RGB (Red+Green+Blue) = 219+203+168=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCBA8 is #243457. Grayscale: #CBCBCB. Windows color (decimal): -2372696 or 11062235. OLE color: 11062235.

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

Color convert

RGB219203168-
CMYK00.070.230.14
HSL41.18º41.46%75.88%-
HSV(B)41.18º23.29%85.88%-
XYZ57.6460.645.7-
YUV203.79107.8138.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 203 (79.69% from 255) = 34.41%
BLUE value IS 168 (66.02% from 255) = 28.47%
R=37.12%
G=34.41%
B=28.47%

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
Decimal21920316800.070.230.1441.1841.4675.88
HexDBCBA80717E29294c
Octal3333132500727165151114
Binary11011011110010111010100001111011111101010011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBA8; }

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

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

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

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

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

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

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

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