Shades of Straw #DBBE7D
Tints of Straw #DBBE7D
RGB
CMYK
RGB Variations
Color information
#DBBE7D (or 0xDBBE7D) is known color: Straw. HEX triplet: DB, BE and 7D. RGB value is (219,190,125). Sum of RGB (Red+Green+Blue) = 219+190+125=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBE7D is #244182. Grayscale: #BFBFBF. Windows color (decimal): -2376067 or 8240859. OLE color: 8240859.
HSL color Cylindrical-coordinate representation of color #DBBE7D: hue angle of 41.49º 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 #DBBE7D is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 125 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.14 |
| HSL | 41.49º | 0.57% | 0.67% | - |
| HSV(B) | 41.49º | 0.43% | 0.86% | - |
| XYZ | 51.33 | 53.37 | 27 | - |
| YUV | 191.26 | 90.61 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 125 | 0 | 0.13 | 0.43 | 0.14 | 41.49 | 0.57 | 0.67 |
| Hex | DB | BE | 7D | 0 | D | 2B | E | 29 | 39 | 43 |
| Octal | 333 | 276 | 175 | 0 | 15 | 53 | 16 | 51 | 71 | 103 |
| Binary | 11011011 | 10111110 | 1111101 | 0 | 1101 | 101011 | 1110 | 101001 | 111001 | 1000011 |
Color Harmonies of #DBBE7D
Complementary color
Monochromatic Colors of #DBBE7D
Black with #DBBE7D
Text Example
Text Example
White with #DBBE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE7D; }
p { color: rgb(219,190,125); }
H1.HeaderClassName
{
color: #DBBE7D;
}
.AnyTagClassName
{
color: #DBBE7D;
}
</style>
background-color css
<style>
a { background-color: #DBBE7D; }
a { background-color: rgb(219,190,125); }
div.DivClassName
{
background-color: #DBBE7D;
}
.BgClassName
{
background-color: #DBBE7D;
}
</style>
border-color css
<style>
span { border-color: #DBBE7D; }
span { border-color: rgb(219,190,125); }
td.TdClassName
{
border-color: #DBBE7D;
}
.TagClassName
{
border-color: #DBBE7D;
}
</style>