Shades of Straw #DBB87F
Tints of Straw #DBB87F
RGB
CMYK
RGB Variations
Color information
#DBB87F (or 0xDBB87F) is known color: Straw. HEX triplet: DB, B8 and 7F. RGB value is (219,184,127). Sum of RGB (Red+Green+Blue) = 219+184+127=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB87F is #244780. Grayscale: #BCBCBC. Windows color (decimal): -2377601 or 8370395. OLE color: 8370395.
HSL color Cylindrical-coordinate representation of color #DBB87F: hue angle of 37.17º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBB87F is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 127 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.14 |
| HSL | 37.17º | 0.56% | 0.68% | - |
| HSV(B) | 37.17º | 0.42% | 0.86% | - |
| XYZ | 50.18 | 50.87 | 27.25 | - |
| YUV | 187.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 127 | 0 | 0.16 | 0.42 | 0.14 | 37.17 | 0.56 | 0.68 |
| Hex | DB | B8 | 7F | 0 | 10 | 2A | E | 25 | 38 | 44 |
| Octal | 333 | 270 | 177 | 0 | 20 | 52 | 16 | 45 | 70 | 104 |
| Binary | 11011011 | 10111000 | 1111111 | 0 | 10000 | 101010 | 1110 | 100101 | 111000 | 1000100 |
Color Harmonies of #DBB87F
Complementary color
Monochromatic Colors of #DBB87F
Black with #DBB87F
Text Example
Text Example
White with #DBB87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB87F; }
p { color: rgb(219,184,127); }
H1.HeaderClassName
{
color: #DBB87F;
}
.AnyTagClassName
{
color: #DBB87F;
}
</style>
background-color css
<style>
a { background-color: #DBB87F; }
a { background-color: rgb(219,184,127); }
div.DivClassName
{
background-color: #DBB87F;
}
.BgClassName
{
background-color: #DBB87F;
}
</style>
border-color css
<style>
span { border-color: #DBB87F; }
span { border-color: rgb(219,184,127); }
td.TdClassName
{
border-color: #DBB87F;
}
.TagClassName
{
border-color: #DBB87F;
}
</style>