Shades of Straw #DBB87A
Tints of Straw #DBB87A
RGB
CMYK
RGB Variations
Color information
#DBB87A (or 0xDBB87A) is known color: Straw. HEX triplet: DB, B8 and 7A. RGB value is (219,184,122). Sum of RGB (Red+Green+Blue) = 219+184+122=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB87A is #244785. Grayscale: #BBBBBB. Windows color (decimal): -2377606 or 8042715. OLE color: 8042715.
HSL color Cylindrical-coordinate representation of color #DBB87A: hue angle of 38.35º 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 #DBB87A is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 122 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.14 |
| HSL | 38.35º | 0.57% | 0.67% | - |
| HSV(B) | 38.35º | 0.44% | 0.86% | - |
| XYZ | 49.87 | 50.75 | 25.58 | - |
| YUV | 187.4 | 91.1 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 122 | 0 | 0.16 | 0.44 | 0.14 | 38.35 | 0.57 | 0.67 |
| Hex | DB | B8 | 7A | 0 | 10 | 2C | E | 26 | 39 | 43 |
| Octal | 333 | 270 | 172 | 0 | 20 | 54 | 16 | 46 | 71 | 103 |
| Binary | 11011011 | 10111000 | 1111010 | 0 | 10000 | 101100 | 1110 | 100110 | 111001 | 1000011 |
Color Harmonies of #DBB87A
Complementary color
Monochromatic Colors of #DBB87A
Black with #DBB87A
Text Example
Text Example
White with #DBB87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB87A; }
p { color: rgb(219,184,122); }
H1.HeaderClassName
{
color: #DBB87A;
}
.AnyTagClassName
{
color: #DBB87A;
}
</style>
background-color css
<style>
a { background-color: #DBB87A; }
a { background-color: rgb(219,184,122); }
div.DivClassName
{
background-color: #DBB87A;
}
.BgClassName
{
background-color: #DBB87A;
}
</style>
border-color css
<style>
span { border-color: #DBB87A; }
span { border-color: rgb(219,184,122); }
td.TdClassName
{
border-color: #DBB87A;
}
.TagClassName
{
border-color: #DBB87A;
}
</style>