Shades of Straw #DBBF81
Tints of Straw #DBBF81
RGB
CMYK
RGB Variations
Color information
#DBBF81 (or 0xDBBF81) is known color: Straw. HEX triplet: DB, BF and 81. RGB value is (219,191,129). Sum of RGB (Red+Green+Blue) = 219+191+129=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 129 (50.78% from 255 or 23.93% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBF81 is #24407E. Grayscale: #C0C0C0. Windows color (decimal): -2375807 or 8503259. OLE color: 8503259.
HSL color Cylindrical-coordinate representation of color #DBBF81: hue angle of 41.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBBF81 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 129 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.14 |
| HSL | 41.33º | 0.56% | 0.68% | - |
| HSV(B) | 41.33º | 0.41% | 0.86% | - |
| XYZ | 51.81 | 53.91 | 28.44 | - |
| YUV | 192.3 | 92.28 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 129 | 0 | 0.13 | 0.41 | 0.14 | 41.33 | 0.56 | 0.68 |
| Hex | DB | BF | 81 | 0 | D | 29 | E | 29 | 38 | 44 |
| Octal | 333 | 277 | 201 | 0 | 15 | 51 | 16 | 51 | 70 | 104 |
| Binary | 11011011 | 10111111 | 10000001 | 0 | 1101 | 101001 | 1110 | 101001 | 111000 | 1000100 |
Color Harmonies of #DBBF81
Complementary color
Monochromatic Colors of #DBBF81
Black with #DBBF81
Text Example
Text Example
White with #DBBF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBF81; }
p { color: rgb(219,191,129); }
H1.HeaderClassName
{
color: #DBBF81;
}
.AnyTagClassName
{
color: #DBBF81;
}
</style>
background-color css
<style>
a { background-color: #DBBF81; }
a { background-color: rgb(219,191,129); }
div.DivClassName
{
background-color: #DBBF81;
}
.BgClassName
{
background-color: #DBBF81;
}
</style>
border-color css
<style>
span { border-color: #DBBF81; }
span { border-color: rgb(219,191,129); }
td.TdClassName
{
border-color: #DBBF81;
}
.TagClassName
{
border-color: #DBBF81;
}
</style>