Shades of Straw #DBBC7E
Tints of Straw #DBBC7E
RGB
CMYK
RGB Variations
Color information
#DBBC7E (or 0xDBBC7E) is known color: Straw. HEX triplet: DB, BC and 7E. RGB value is (219,188,126). Sum of RGB (Red+Green+Blue) = 219+188+126=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC7E is #244381. Grayscale: #BEBEBE. Windows color (decimal): -2376578 or 8305883. OLE color: 8305883.
HSL color Cylindrical-coordinate representation of color #DBBC7E: hue angle of 40º 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 #DBBC7E is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 126 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.14 |
| HSL | 40º | 0.56% | 0.68% | - |
| HSV(B) | 40º | 0.42% | 0.86% | - |
| XYZ | 50.96 | 52.53 | 27.19 | - |
| YUV | 190.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 126 | 0 | 0.14 | 0.42 | 0.14 | 40 | 0.56 | 0.68 |
| Hex | DB | BC | 7E | 0 | E | 2A | E | 28 | 38 | 44 |
| Octal | 333 | 274 | 176 | 0 | 16 | 52 | 16 | 50 | 70 | 104 |
| Binary | 11011011 | 10111100 | 1111110 | 0 | 1110 | 101010 | 1110 | 101000 | 111000 | 1000100 |
Color Harmonies of #DBBC7E
Complementary color
Monochromatic Colors of #DBBC7E
Black with #DBBC7E
Text Example
Text Example
White with #DBBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC7E; }
p { color: rgb(219,188,126); }
H1.HeaderClassName
{
color: #DBBC7E;
}
.AnyTagClassName
{
color: #DBBC7E;
}
</style>
background-color css
<style>
a { background-color: #DBBC7E; }
a { background-color: rgb(219,188,126); }
div.DivClassName
{
background-color: #DBBC7E;
}
.BgClassName
{
background-color: #DBBC7E;
}
</style>
border-color css
<style>
span { border-color: #DBBC7E; }
span { border-color: rgb(219,188,126); }
td.TdClassName
{
border-color: #DBBC7E;
}
.TagClassName
{
border-color: #DBBC7E;
}
</style>