Shades of Straw #DBBC84
Tints of Straw #DBBC84
RGB
CMYK
RGB Variations
Color information
#DBBC84 (or 0xDBBC84) is known color: Straw. HEX triplet: DB, BC and 84. RGB value is (219,188,132). Sum of RGB (Red+Green+Blue) = 219+188+132=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC84 is #24437B. Grayscale: #BFBFBF. Windows color (decimal): -2376572 or 8699099. OLE color: 8699099.
HSL color Cylindrical-coordinate representation of color #DBBC84: hue angle of 38.62º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBBC84 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 132 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.14 |
| HSL | 38.62º | 0.55% | 0.69% | - |
| HSV(B) | 38.62º | 0.4% | 0.86% | - |
| XYZ | 51.36 | 52.69 | 29.29 | - |
| YUV | 190.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 132 | 0 | 0.14 | 0.40 | 0.14 | 38.62 | 0.55 | 0.69 |
| Hex | DB | BC | 84 | 0 | E | 28 | E | 27 | 37 | 45 |
| Octal | 333 | 274 | 204 | 0 | 16 | 50 | 16 | 47 | 67 | 105 |
| Binary | 11011011 | 10111100 | 10000100 | 0 | 1110 | 101000 | 1110 | 100111 | 110111 | 1000101 |
Color Harmonies of #DBBC84
Complementary color
Monochromatic Colors of #DBBC84
Black with #DBBC84
Text Example
Text Example
White with #DBBC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC84; }
p { color: rgb(219,188,132); }
H1.HeaderClassName
{
color: #DBBC84;
}
.AnyTagClassName
{
color: #DBBC84;
}
</style>
background-color css
<style>
a { background-color: #DBBC84; }
a { background-color: rgb(219,188,132); }
div.DivClassName
{
background-color: #DBBC84;
}
.BgClassName
{
background-color: #DBBC84;
}
</style>
border-color css
<style>
span { border-color: #DBBC84; }
span { border-color: rgb(219,188,132); }
td.TdClassName
{
border-color: #DBBC84;
}
.TagClassName
{
border-color: #DBBC84;
}
</style>