Shades of Straw #DBB77D
Tints of Straw #DBB77D
RGB
CMYK
RGB Variations
Color information
#DBB77D (or 0xDBB77D) is known color: Straw. HEX triplet: DB, B7 and 7D. RGB value is (219,183,125). Sum of RGB (Red+Green+Blue) = 219+183+125=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB77D is #244882. Grayscale: #BBBBBB. Windows color (decimal): -2377859 or 8239067. OLE color: 8239067.
HSL color Cylindrical-coordinate representation of color #DBB77D: hue angle of 37.02º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBB77D is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 125 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.14 |
| HSL | 37.02º | 0.57% | 0.67% | - |
| HSV(B) | 37.02º | 0.43% | 0.86% | - |
| XYZ | 49.85 | 50.41 | 26.5 | - |
| YUV | 187.15 | 92.93 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 125 | 0 | 0.16 | 0.43 | 0.14 | 37.02 | 0.57 | 0.67 |
| Hex | DB | B7 | 7D | 0 | 10 | 2B | E | 25 | 39 | 43 |
| Octal | 333 | 267 | 175 | 0 | 20 | 53 | 16 | 45 | 71 | 103 |
| Binary | 11011011 | 10110111 | 1111101 | 0 | 10000 | 101011 | 1110 | 100101 | 111001 | 1000011 |
Color Harmonies of #DBB77D
Complementary color
Monochromatic Colors of #DBB77D
Black with #DBB77D
Text Example
Text Example
White with #DBB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB77D; }
p { color: rgb(219,183,125); }
H1.HeaderClassName
{
color: #DBB77D;
}
.AnyTagClassName
{
color: #DBB77D;
}
</style>
background-color css
<style>
a { background-color: #DBB77D; }
a { background-color: rgb(219,183,125); }
div.DivClassName
{
background-color: #DBB77D;
}
.BgClassName
{
background-color: #DBB77D;
}
</style>
border-color css
<style>
span { border-color: #DBB77D; }
span { border-color: rgb(219,183,125); }
td.TdClassName
{
border-color: #DBB77D;
}
.TagClassName
{
border-color: #DBB77D;
}
</style>