#DBBF9E

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

Shades of Raffia #DBBF9E

Tints of Raffia #DBBF9E

Color information

#DBBF9E (or 0xDBBF9E) is unknown color: approx Raffia. HEX triplet: DB, BF and 9E. RGB value is (219,191,158). Sum of RGB (Red+Green+Blue) = 219+191+158=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 158 (62.11% from 255 or 27.82% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBF9E is #244061. Grayscale: #C3C3C3. Windows color (decimal): -2375778 or 10403803. OLE color: 10403803.

HSL color Cylindrical-coordinate representation of color #DBBF9E: hue angle of 32.46º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBBF9E is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB219191158-
CMYK00.130.280.14
HSL32.46º45.86%73.92%-
HSV(B)32.46º27.85%85.88%-
XYZ54.0254.7940.08-
YUV195.61106.78144.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 158 (62.11% from 255) = 27.82%
R=38.56%
G=33.63%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919115800.130.280.1432.4645.8673.92
HexDBBF9E0D1CE202e4a
Octal33327723601534164056112
Binary110110111011111110011110011011110011101000001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBF9E; }

 p { color: rgb(219,191,158); }

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

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

 a { background-color: rgb(219,191,158); }

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

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

 span { border-color: rgb(219,191,158); }

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