Shades of Raffia #DBBE9C
Tints of Raffia #DBBE9C
RGB
CMYK
RGB Variations
Color information
#DBBE9C (or 0xDBBE9C) is known color: Raffia. HEX triplet: DB, BE and 9C. RGB value is (219,190,156). Sum of RGB (Red+Green+Blue) = 219+190+156=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE9C is #244163. Grayscale: #C2C2C2. Windows color (decimal): -2376036 or 10272475. OLE color: 10272475.
HSL color Cylindrical-coordinate representation of color #DBBE9C: hue angle of 32.38º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBBE9C is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 190 | 156 | - |
CMYK | 0 | 0.13 | 0.29 | 0.14 |
HSL | 32.38º | 0.47% | 0.74% | - |
HSV(B) | 32.38º | 0.29% | 0.86% | - |
XYZ | 53.63 | 54.29 | 39.1 | - |
YUV | 194.8 | 106.11 | 145.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 190 | 156 | 0 | 0.13 | 0.29 | 0.14 | 32.38 | 0.47 | 0.74 |
Hex | DB | BE | 9C | 0 | D | 1D | E | 20 | 2F | 4A |
Octal | 333 | 276 | 234 | 0 | 15 | 35 | 16 | 40 | 57 | 112 |
Binary | 11011011 | 10111110 | 10011100 | 0 | 1101 | 11101 | 1110 | 100000 | 101111 | 1001010 |
Color Harmonies of #DBBE9C
Complementary color
Monochromatic Colors of #DBBE9C
Black with #DBBE9C
Text Example
Text Example
White with #DBBE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE9C; }
p { color: rgb(219,190,156); }
H1.HeaderClassName
{
color: #DBBE9C;
}
.AnyTagClassName
{
color: #DBBE9C;
}
</style>
background-color css
<style>
a { background-color: #DBBE9C; }
a { background-color: rgb(219,190,156); }
div.DivClassName
{
background-color: #DBBE9C;
}
.BgClassName
{
background-color: #DBBE9C;
}
</style>
border-color css
<style>
span { border-color: #DBBE9C; }
span { border-color: rgb(219,190,156); }
td.TdClassName
{
border-color: #DBBE9C;
}
.TagClassName
{
border-color: #DBBE9C;
}
</style>