Shades of Straw #DABF84
Tints of Straw #DABF84
RGB
CMYK
RGB Variations
Color information
#DABF84 (or 0xDABF84) is known color: Straw. HEX triplet: DA, BF and 84. RGB value is (218,191,132). Sum of RGB (Red+Green+Blue) = 218+191+132=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABF84 is #25407B. Grayscale: #C0C0C0. Windows color (decimal): -2441340 or 8699866. OLE color: 8699866.
HSL color Cylindrical-coordinate representation of color #DABF84: hue angle of 41.16º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DABF84 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 132 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.15 |
| HSL | 41.16º | 0.54% | 0.69% | - |
| HSV(B) | 41.16º | 0.39% | 0.85% | - |
| XYZ | 51.71 | 53.83 | 29.5 | - |
| YUV | 192.35 | 93.95 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 132 | 0 | 0.12 | 0.39 | 0.15 | 41.16 | 0.54 | 0.69 |
| Hex | DA | BF | 84 | 0 | C | 27 | F | 29 | 36 | 45 |
| Octal | 332 | 277 | 204 | 0 | 14 | 47 | 17 | 51 | 66 | 105 |
| Binary | 11011010 | 10111111 | 10000100 | 0 | 1100 | 100111 | 1111 | 101001 | 110110 | 1000101 |
Color Harmonies of #DABF84
Complementary color
Monochromatic Colors of #DABF84
Black with #DABF84
Text Example
Text Example
White with #DABF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF84; }
p { color: rgb(218,191,132); }
H1.HeaderClassName
{
color: #DABF84;
}
.AnyTagClassName
{
color: #DABF84;
}
</style>
background-color css
<style>
a { background-color: #DABF84; }
a { background-color: rgb(218,191,132); }
div.DivClassName
{
background-color: #DABF84;
}
.BgClassName
{
background-color: #DABF84;
}
</style>
border-color css
<style>
span { border-color: #DABF84; }
span { border-color: rgb(218,191,132); }
td.TdClassName
{
border-color: #DABF84;
}
.TagClassName
{
border-color: #DABF84;
}
</style>