Shades of Straw #DBBC83
Tints of Straw #DBBC83
RGB
CMYK
RGB Variations
Color information
#DBBC83 (or 0xDBBC83) is known color: Straw. HEX triplet: DB, BC and 83. RGB value is (219,188,131). Sum of RGB (Red+Green+Blue) = 219+188+131=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 131 (51.56% from 255 or 24.35% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC83 is #24437C. Grayscale: #BFBFBF. Windows color (decimal): -2376573 or 8633563. OLE color: 8633563.
HSL color Cylindrical-coordinate representation of color #DBBC83: hue angle of 38.86º 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 #DBBC83 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 131 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.14 |
| HSL | 38.86º | 0.55% | 0.69% | - |
| HSV(B) | 38.86º | 0.4% | 0.86% | - |
| XYZ | 51.29 | 52.67 | 28.93 | - |
| YUV | 190.77 | 94.27 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 131 | 0 | 0.14 | 0.40 | 0.14 | 38.86 | 0.55 | 0.69 |
| Hex | DB | BC | 83 | 0 | E | 28 | E | 27 | 37 | 45 |
| Octal | 333 | 274 | 203 | 0 | 16 | 50 | 16 | 47 | 67 | 105 |
| Binary | 11011011 | 10111100 | 10000011 | 0 | 1110 | 101000 | 1110 | 100111 | 110111 | 1000101 |
Color Harmonies of #DBBC83
Complementary color
Monochromatic Colors of #DBBC83
Black with #DBBC83
Text Example
Text Example
White with #DBBC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC83; }
p { color: rgb(219,188,131); }
H1.HeaderClassName
{
color: #DBBC83;
}
.AnyTagClassName
{
color: #DBBC83;
}
</style>
background-color css
<style>
a { background-color: #DBBC83; }
a { background-color: rgb(219,188,131); }
div.DivClassName
{
background-color: #DBBC83;
}
.BgClassName
{
background-color: #DBBC83;
}
</style>
border-color css
<style>
span { border-color: #DBBC83; }
span { border-color: rgb(219,188,131); }
td.TdClassName
{
border-color: #DBBC83;
}
.TagClassName
{
border-color: #DBBC83;
}
</style>