Shades of Straw #DBB77B
Tints of Straw #DBB77B
RGB
CMYK
RGB Variations
Color information
#DBB77B (or 0xDBB77B) is known color: Straw. HEX triplet: DB, B7 and 7B. RGB value is (219,183,123). Sum of RGB (Red+Green+Blue) = 219+183+123=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB77B is #244884. Grayscale: #BBBBBB. Windows color (decimal): -2377861 or 8107995. OLE color: 8107995.
HSL color Cylindrical-coordinate representation of color #DBB77B: hue angle of 37.5º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBB77B is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 123 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.14 |
| HSL | 37.5º | 0.57% | 0.67% | - |
| HSV(B) | 37.5º | 0.44% | 0.86% | - |
| XYZ | 49.72 | 50.36 | 25.84 | - |
| YUV | 186.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 123 | 0 | 0.16 | 0.44 | 0.14 | 37.5 | 0.57 | 0.67 |
| Hex | DB | B7 | 7B | 0 | 10 | 2C | E | 26 | 39 | 43 |
| Octal | 333 | 267 | 173 | 0 | 20 | 54 | 16 | 46 | 71 | 103 |
| Binary | 11011011 | 10110111 | 1111011 | 0 | 10000 | 101100 | 1110 | 100110 | 111001 | 1000011 |
Color Harmonies of #DBB77B
Complementary color
Monochromatic Colors of #DBB77B
Black with #DBB77B
Text Example
Text Example
White with #DBB77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB77B; }
p { color: rgb(219,183,123); }
H1.HeaderClassName
{
color: #DBB77B;
}
.AnyTagClassName
{
color: #DBB77B;
}
</style>
background-color css
<style>
a { background-color: #DBB77B; }
a { background-color: rgb(219,183,123); }
div.DivClassName
{
background-color: #DBB77B;
}
.BgClassName
{
background-color: #DBB77B;
}
</style>
border-color css
<style>
span { border-color: #DBB77B; }
span { border-color: rgb(219,183,123); }
td.TdClassName
{
border-color: #DBB77B;
}
.TagClassName
{
border-color: #DBB77B;
}
</style>