Shades of Straw #DABF83
Tints of Straw #DABF83
RGB
CMYK
RGB Variations
Color information
#DABF83 (or 0xDABF83) is known color: Straw. HEX triplet: DA, BF and 83. RGB value is (218,191,131). Sum of RGB (Red+Green+Blue) = 218+191+131=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABF83 is #25407C. Grayscale: #C0C0C0. Windows color (decimal): -2441341 or 8634330. OLE color: 8634330.
HSL color Cylindrical-coordinate representation of color #DABF83: hue angle of 41.38º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DABF83 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 131 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.15 |
| HSL | 41.38º | 0.54% | 0.68% | - |
| HSV(B) | 41.38º | 0.4% | 0.85% | - |
| XYZ | 51.64 | 53.81 | 29.14 | - |
| YUV | 192.23 | 93.45 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 131 | 0 | 0.12 | 0.40 | 0.15 | 41.38 | 0.54 | 0.68 |
| Hex | DA | BF | 83 | 0 | C | 28 | F | 29 | 36 | 44 |
| Octal | 332 | 277 | 203 | 0 | 14 | 50 | 17 | 51 | 66 | 104 |
| Binary | 11011010 | 10111111 | 10000011 | 0 | 1100 | 101000 | 1111 | 101001 | 110110 | 1000100 |
Color Harmonies of #DABF83
Complementary color
Monochromatic Colors of #DABF83
Black with #DABF83
Text Example
Text Example
White with #DABF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF83; }
p { color: rgb(218,191,131); }
H1.HeaderClassName
{
color: #DABF83;
}
.AnyTagClassName
{
color: #DABF83;
}
</style>
background-color css
<style>
a { background-color: #DABF83; }
a { background-color: rgb(218,191,131); }
div.DivClassName
{
background-color: #DABF83;
}
.BgClassName
{
background-color: #DABF83;
}
</style>
border-color css
<style>
span { border-color: #DABF83; }
span { border-color: rgb(218,191,131); }
td.TdClassName
{
border-color: #DABF83;
}
.TagClassName
{
border-color: #DABF83;
}
</style>