Shades of Raffia #DABF99
Tints of Raffia #DABF99
RGB
CMYK
RGB Variations
Color information
#DABF99 (or 0xDABF99) is known color: Raffia. HEX triplet: DA, BF and 99. RGB value is (218,191,153). Sum of RGB (Red+Green+Blue) = 218+191+153=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABF99 is #254066. Grayscale: #C2C2C2. Windows color (decimal): -2441319 or 10076122. OLE color: 10076122.
HSL color Cylindrical-coordinate representation of color #DABF99: hue angle of 35.08º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DABF99 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 153 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.15 |
| HSL | 35.08º | 0.47% | 0.73% | - |
| HSV(B) | 35.08º | 0.3% | 0.85% | - |
| XYZ | 53.29 | 54.47 | 37.84 | - |
| YUV | 194.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 153 | 0 | 0.12 | 0.30 | 0.15 | 35.08 | 0.47 | 0.73 |
| Hex | DA | BF | 99 | 0 | C | 1E | F | 23 | 2F | 49 |
| Octal | 332 | 277 | 231 | 0 | 14 | 36 | 17 | 43 | 57 | 111 |
| Binary | 11011010 | 10111111 | 10011001 | 0 | 1100 | 11110 | 1111 | 100011 | 101111 | 1001001 |
Color Harmonies of #DABF99
Complementary color
Monochromatic Colors of #DABF99
Black with #DABF99
Text Example
Text Example
White with #DABF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF99; }
p { color: rgb(218,191,153); }
H1.HeaderClassName
{
color: #DABF99;
}
.AnyTagClassName
{
color: #DABF99;
}
</style>
background-color css
<style>
a { background-color: #DABF99; }
a { background-color: rgb(218,191,153); }
div.DivClassName
{
background-color: #DABF99;
}
.BgClassName
{
background-color: #DABF99;
}
</style>
border-color css
<style>
span { border-color: #DABF99; }
span { border-color: rgb(218,191,153); }
td.TdClassName
{
border-color: #DABF99;
}
.TagClassName
{
border-color: #DABF99;
}
</style>