#dbbf99

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

Shades of Raffia #DBBF99

Tints of Raffia #DBBF99

Color information

#DBBF99 (or 0xDBBF99) is unknown color: approx Raffia. HEX triplet: DB, BF and 99. RGB value is (219,191,153). Sum of RGB (Red+Green+Blue) = 219+191+153=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBF99 is #244066. Grayscale: #C3C3C3. Windows color (decimal): -2375783 or 10076123. OLE color: 10076123.

HSL color Cylindrical-coordinate representation of color #DBBF99: hue angle of 34.55º degrees, saturation: 0.48, 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 #DBBF99 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB219191153-
CMYK00.130.300.14
HSL34.55º47.83%72.94%-
HSV(B)34.55º30.14%85.88%-
XYZ53.5954.6237.86-
YUV195.04104.28145.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 153 (60.16% from 255) = 27.18%
R=38.90%
G=33.93%
B=27.18%

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
Decimal21919115300.130.300.1434.5547.8372.94
HexDBBF990D1EE233049
Octal33327723101536164360111
Binary110110111011111110011001011011111011101000111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbbf99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbbf99; }

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

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

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

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

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

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

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

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