Shades of Straw #DBBB81
Tints of Straw #DBBB81
RGB
CMYK
RGB Variations
Color information
#DBBB81 (or 0xDBBB81) is known color: Straw. HEX triplet: DB, BB and 81. RGB value is (219,187,129). Sum of RGB (Red+Green+Blue) = 219+187+129=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB81 is #24447E. Grayscale: #BEBEBE. Windows color (decimal): -2376831 or 8502235. OLE color: 8502235.
HSL color Cylindrical-coordinate representation of color #DBBB81: hue angle of 38.67º 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 #DBBB81 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 129 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.14 |
| HSL | 38.67º | 0.56% | 0.68% | - |
| HSV(B) | 38.67º | 0.41% | 0.86% | - |
| XYZ | 50.95 | 52.19 | 28.16 | - |
| YUV | 189.96 | 93.6 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 129 | 0 | 0.15 | 0.41 | 0.14 | 38.67 | 0.56 | 0.68 |
| Hex | DB | BB | 81 | 0 | F | 29 | E | 27 | 38 | 44 |
| Octal | 333 | 273 | 201 | 0 | 17 | 51 | 16 | 47 | 70 | 104 |
| Binary | 11011011 | 10111011 | 10000001 | 0 | 1111 | 101001 | 1110 | 100111 | 111000 | 1000100 |
Color Harmonies of #DBBB81
Complementary color
Monochromatic Colors of #DBBB81
Black with #DBBB81
Text Example
Text Example
White with #DBBB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB81; }
p { color: rgb(219,187,129); }
H1.HeaderClassName
{
color: #DBBB81;
}
.AnyTagClassName
{
color: #DBBB81;
}
</style>
background-color css
<style>
a { background-color: #DBBB81; }
a { background-color: rgb(219,187,129); }
div.DivClassName
{
background-color: #DBBB81;
}
.BgClassName
{
background-color: #DBBB81;
}
</style>
border-color css
<style>
span { border-color: #DBBB81; }
span { border-color: rgb(219,187,129); }
td.TdClassName
{
border-color: #DBBB81;
}
.TagClassName
{
border-color: #DBBB81;
}
</style>