Shades of Straw #DBB87D
Tints of Straw #DBB87D
RGB
CMYK
RGB Variations
Color information
#DBB87D (or 0xDBB87D) is known color: Straw. HEX triplet: DB, B8 and 7D. RGB value is (219,184,125). Sum of RGB (Red+Green+Blue) = 219+184+125=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB87D is #244782. Grayscale: #BCBCBC. Windows color (decimal): -2377603 or 8239323. OLE color: 8239323.
HSL color Cylindrical-coordinate representation of color #DBB87D: hue angle of 37.66º 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 #DBB87D is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 125 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.14 |
| HSL | 37.66º | 0.57% | 0.67% | - |
| HSV(B) | 37.66º | 0.43% | 0.86% | - |
| XYZ | 50.06 | 50.82 | 26.57 | - |
| YUV | 187.74 | 92.6 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 125 | 0 | 0.16 | 0.43 | 0.14 | 37.66 | 0.57 | 0.67 |
| Hex | DB | B8 | 7D | 0 | 10 | 2B | E | 26 | 39 | 43 |
| Octal | 333 | 270 | 175 | 0 | 20 | 53 | 16 | 46 | 71 | 103 |
| Binary | 11011011 | 10111000 | 1111101 | 0 | 10000 | 101011 | 1110 | 100110 | 111001 | 1000011 |
Color Harmonies of #DBB87D
Complementary color
Monochromatic Colors of #DBB87D
Black with #DBB87D
Text Example
Text Example
White with #DBB87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB87D; }
p { color: rgb(219,184,125); }
H1.HeaderClassName
{
color: #DBB87D;
}
.AnyTagClassName
{
color: #DBB87D;
}
</style>
background-color css
<style>
a { background-color: #DBB87D; }
a { background-color: rgb(219,184,125); }
div.DivClassName
{
background-color: #DBB87D;
}
.BgClassName
{
background-color: #DBB87D;
}
</style>
border-color css
<style>
span { border-color: #DBB87D; }
span { border-color: rgb(219,184,125); }
td.TdClassName
{
border-color: #DBB87D;
}
.TagClassName
{
border-color: #DBB87D;
}
</style>