#DBBE9F

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

Shades of Raffia #DBBE9F

Tints of Raffia #DBBE9F

Color information

#DBBE9F (or 0xDBBE9F) is unknown color: approx Raffia. HEX triplet: DB, BE and 9F. RGB value is (219,190,159). Sum of RGB (Red+Green+Blue) = 219+190+159=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE9F is #244160. Grayscale: #C3C3C3. Windows color (decimal): -2376033 or 10469083. OLE color: 10469083.

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

Color convert

RGB219190159-
CMYK00.130.270.14
HSL31º45.45%74.12%-
HSV(B)31º27.4%85.88%-
XYZ53.8854.3940.46-
YUV195.14107.61145.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 190 (74.61% from 255) = 33.45%
BLUE value IS 159 (62.5% from 255) = 27.99%
R=38.56%
G=33.45%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919015900.130.270.143145.4574.12
HexDBBE9F0D1BE1f2d4a
Octal33327623701533163755112
Binary11011011101111101001111101101110111110111111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBE9F; }

 p { color: rgb(219,190,159); }

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

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

 a { background-color: rgb(219,190,159); }

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

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

 span { border-color: rgb(219,190,159); }

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