#DBCBA6

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

Shades of Raffia #DBCBA6

Tints of Raffia #DBCBA6

Color information

#DBCBA6 (or 0xDBCBA6) is unknown color: approx Raffia. HEX triplet: DB, CB and A6. RGB value is (219,203,166). Sum of RGB (Red+Green+Blue) = 219+203+166=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCBA6 is #243459. Grayscale: #CBCBCB. Windows color (decimal): -2372698 or 10931163. OLE color: 10931163.

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

Color convert

RGB219203166-
CMYK00.070.240.14
HSL41.89º42.4%75.49%-
HSV(B)41.89º24.2%85.88%-
XYZ57.4560.5344.73-
YUV203.57106.8139.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.24%
GREEN value IS 203 (79.69% from 255) = 34.52%
BLUE value IS 166 (65.23% from 255) = 28.23%
R=37.24%
G=34.52%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920316600.070.240.1441.8942.475.49
HexDBCBA60718E2a2a4b
Octal3333132460730165252113
Binary11011011110010111010011001111100011101010101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCBA6; }

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

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

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

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

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

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

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

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