Shades of Straw #DBBD7E
Tints of Straw #DBBD7E
RGB
CMYK
RGB Variations
Color information
#DBBD7E (or 0xDBBD7E) is known color: Straw. HEX triplet: DB, BD and 7E. RGB value is (219,189,126). Sum of RGB (Red+Green+Blue) = 219+189+126=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD7E is #244281. Grayscale: #BFBFBF. Windows color (decimal): -2376322 or 8306139. OLE color: 8306139.
HSL color Cylindrical-coordinate representation of color #DBBD7E: hue angle of 40.65º 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 #DBBD7E is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 126 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.14 |
| HSL | 40.65º | 0.56% | 0.68% | - |
| HSV(B) | 40.65º | 0.42% | 0.86% | - |
| XYZ | 51.18 | 52.96 | 27.26 | - |
| YUV | 190.79 | 91.44 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 126 | 0 | 0.14 | 0.42 | 0.14 | 40.65 | 0.56 | 0.68 |
| Hex | DB | BD | 7E | 0 | E | 2A | E | 29 | 38 | 44 |
| Octal | 333 | 275 | 176 | 0 | 16 | 52 | 16 | 51 | 70 | 104 |
| Binary | 11011011 | 10111101 | 1111110 | 0 | 1110 | 101010 | 1110 | 101001 | 111000 | 1000100 |
Color Harmonies of #DBBD7E
Complementary color
Monochromatic Colors of #DBBD7E
Black with #DBBD7E
Text Example
Text Example
White with #DBBD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD7E; }
p { color: rgb(219,189,126); }
H1.HeaderClassName
{
color: #DBBD7E;
}
.AnyTagClassName
{
color: #DBBD7E;
}
</style>
background-color css
<style>
a { background-color: #DBBD7E; }
a { background-color: rgb(219,189,126); }
div.DivClassName
{
background-color: #DBBD7E;
}
.BgClassName
{
background-color: #DBBD7E;
}
</style>
border-color css
<style>
span { border-color: #DBBD7E; }
span { border-color: rgb(219,189,126); }
td.TdClassName
{
border-color: #DBBD7E;
}
.TagClassName
{
border-color: #DBBD7E;
}
</style>