Shades of Straw #DBB97F
Tints of Straw #DBB97F
RGB
CMYK
RGB Variations
Color information
#DBB97F (or 0xDBB97F) is known color: Straw. HEX triplet: DB, B9 and 7F. RGB value is (219,185,127). Sum of RGB (Red+Green+Blue) = 219+185+127=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB97F is #244680. Grayscale: #BCBCBC. Windows color (decimal): -2377345 or 8370651. OLE color: 8370651.
HSL color Cylindrical-coordinate representation of color #DBB97F: hue angle of 37.83º 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 #DBB97F is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 127 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.14 |
| HSL | 37.83º | 0.56% | 0.68% | - |
| HSV(B) | 37.83º | 0.42% | 0.86% | - |
| XYZ | 50.39 | 51.29 | 27.32 | - |
| YUV | 188.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 127 | 0 | 0.16 | 0.42 | 0.14 | 37.83 | 0.56 | 0.68 |
| Hex | DB | B9 | 7F | 0 | 10 | 2A | E | 26 | 38 | 44 |
| Octal | 333 | 271 | 177 | 0 | 20 | 52 | 16 | 46 | 70 | 104 |
| Binary | 11011011 | 10111001 | 1111111 | 0 | 10000 | 101010 | 1110 | 100110 | 111000 | 1000100 |
Color Harmonies of #DBB97F
Complementary color
Monochromatic Colors of #DBB97F
Black with #DBB97F
Text Example
Text Example
White with #DBB97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB97F; }
p { color: rgb(219,185,127); }
H1.HeaderClassName
{
color: #DBB97F;
}
.AnyTagClassName
{
color: #DBB97F;
}
</style>
background-color css
<style>
a { background-color: #DBB97F; }
a { background-color: rgb(219,185,127); }
div.DivClassName
{
background-color: #DBB97F;
}
.BgClassName
{
background-color: #DBB97F;
}
</style>
border-color css
<style>
span { border-color: #DBB97F; }
span { border-color: rgb(219,185,127); }
td.TdClassName
{
border-color: #DBB97F;
}
.TagClassName
{
border-color: #DBB97F;
}
</style>