Shades of Straw #DBBE7C
Tints of Straw #DBBE7C
RGB
CMYK
RGB Variations
Color information
#DBBE7C (or 0xDBBE7C) is known color: Straw. HEX triplet: DB, BE and 7C. RGB value is (219,190,124). Sum of RGB (Red+Green+Blue) = 219+190+124=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE7C is #244183. Grayscale: #BFBFBF. Windows color (decimal): -2376068 or 8175323. OLE color: 8175323.
HSL color Cylindrical-coordinate representation of color #DBBE7C: hue angle of 41.68º 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 #DBBE7C is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 124 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.14 |
| HSL | 41.68º | 0.57% | 0.67% | - |
| HSV(B) | 41.68º | 0.43% | 0.86% | - |
| XYZ | 51.26 | 53.34 | 26.66 | - |
| YUV | 191.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 124 | 0 | 0.13 | 0.43 | 0.14 | 41.68 | 0.57 | 0.67 |
| Hex | DB | BE | 7C | 0 | D | 2B | E | 2A | 39 | 43 |
| Octal | 333 | 276 | 174 | 0 | 15 | 53 | 16 | 52 | 71 | 103 |
| Binary | 11011011 | 10111110 | 1111100 | 0 | 1101 | 101011 | 1110 | 101010 | 111001 | 1000011 |
Color Harmonies of #DBBE7C
Complementary color
Monochromatic Colors of #DBBE7C
Black with #DBBE7C
Text Example
Text Example
White with #DBBE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE7C; }
p { color: rgb(219,190,124); }
H1.HeaderClassName
{
color: #DBBE7C;
}
.AnyTagClassName
{
color: #DBBE7C;
}
</style>
background-color css
<style>
a { background-color: #DBBE7C; }
a { background-color: rgb(219,190,124); }
div.DivClassName
{
background-color: #DBBE7C;
}
.BgClassName
{
background-color: #DBBE7C;
}
</style>
border-color css
<style>
span { border-color: #DBBE7C; }
span { border-color: rgb(219,190,124); }
td.TdClassName
{
border-color: #DBBE7C;
}
.TagClassName
{
border-color: #DBBE7C;
}
</style>