Shades of Straw #DBBD83
Tints of Straw #DBBD83
RGB
CMYK
RGB Variations
Color information
#DBBD83 (or 0xDBBD83) is known color: Straw. HEX triplet: DB, BD and 83. RGB value is (219,189,131). Sum of RGB (Red+Green+Blue) = 219+189+131=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 131 (51.56% from 255 or 24.30% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBD83 is #24427C. Grayscale: #BFBFBF. Windows color (decimal): -2376317 or 8633819. OLE color: 8633819.
HSL color Cylindrical-coordinate representation of color #DBBD83: hue angle of 39.55º 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 #DBBD83 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 131 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.14 |
| HSL | 39.55º | 0.55% | 0.69% | - |
| HSV(B) | 39.55º | 0.4% | 0.86% | - |
| XYZ | 51.51 | 53.09 | 29.01 | - |
| YUV | 191.36 | 93.94 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 131 | 0 | 0.14 | 0.40 | 0.14 | 39.55 | 0.55 | 0.69 |
| Hex | DB | BD | 83 | 0 | E | 28 | E | 28 | 37 | 45 |
| Octal | 333 | 275 | 203 | 0 | 16 | 50 | 16 | 50 | 67 | 105 |
| Binary | 11011011 | 10111101 | 10000011 | 0 | 1110 | 101000 | 1110 | 101000 | 110111 | 1000101 |
Color Harmonies of #DBBD83
Complementary color
Monochromatic Colors of #DBBD83
Black with #DBBD83
Text Example
Text Example
White with #DBBD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD83; }
p { color: rgb(219,189,131); }
H1.HeaderClassName
{
color: #DBBD83;
}
.AnyTagClassName
{
color: #DBBD83;
}
</style>
background-color css
<style>
a { background-color: #DBBD83; }
a { background-color: rgb(219,189,131); }
div.DivClassName
{
background-color: #DBBD83;
}
.BgClassName
{
background-color: #DBBD83;
}
</style>
border-color css
<style>
span { border-color: #DBBD83; }
span { border-color: rgb(219,189,131); }
td.TdClassName
{
border-color: #DBBD83;
}
.TagClassName
{
border-color: #DBBD83;
}
</style>