#DBBF9A

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

Shades of Raffia #DBBF9A

Tints of Raffia #DBBF9A

Color information

#DBBF9A (or 0xDBBF9A) is unknown color: approx Raffia. HEX triplet: DB, BF and 9A. RGB value is (219,191,154). Sum of RGB (Red+Green+Blue) = 219+191+154=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBF9A is #244065. Grayscale: #C3C3C3. Windows color (decimal): -2375782 or 10141659. OLE color: 10141659.

HSL color Cylindrical-coordinate representation of color #DBBF9A: hue angle of 34.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBBF9A is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB219191154-
CMYK00.130.300.14
HSL34.15º47.45%73.14%-
HSV(B)34.15º29.68%85.88%-
XYZ53.6854.6538.29-
YUV195.15104.78145.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.83%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 154 (60.55% from 255) = 27.30%
R=38.83%
G=33.87%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919115400.130.300.1434.1547.4573.14
HexDBBF9A0D1EE222f49
Octal33327723201536164257111
Binary110110111011111110011010011011111011101000101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBF9A; }

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

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

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

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

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

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

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

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