#DBCBA3

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

Shades of Raffia #DBCBA3

Tints of Raffia #DBCBA3

Color information

#DBCBA3 (or 0xDBCBA3) is unknown color: approx Raffia. HEX triplet: DB, CB and A3. RGB value is (219,203,163). Sum of RGB (Red+Green+Blue) = 219+203+163=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 163 (64.06% from 255 or 27.86% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCBA3 is #24345C. Grayscale: #CBCBCB. Windows color (decimal): -2372701 or 10734555. OLE color: 10734555.

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

Color convert

RGB219203163-
CMYK00.070.260.14
HSL42.86º43.75%74.9%-
HSV(B)42.86º25.57%85.88%-
XYZ57.1860.4243.3-
YUV203.22105.3139.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 203 (79.69% from 255) = 34.70%
BLUE value IS 163 (64.06% from 255) = 27.86%
R=37.44%
G=34.70%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920316300.070.260.1442.8643.7574.9
HexDBCBA3071AE2b2c4b
Octal3333132430732165354113
Binary11011011110010111010001101111101011101010111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBA3; }

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

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

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

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

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

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

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

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