Shades of Straw #DBBC7C
Tints of Straw #DBBC7C
RGB
CMYK
RGB Variations
Color information
#DBBC7C (or 0xDBBC7C) is known color: Straw. HEX triplet: DB, BC and 7C. RGB value is (219,188,124). Sum of RGB (Red+Green+Blue) = 219+188+124=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC7C is #244383. Grayscale: #BEBEBE. Windows color (decimal): -2376580 or 8174811. OLE color: 8174811.
HSL color Cylindrical-coordinate representation of color #DBBC7C: hue angle of 40.42º 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 #DBBC7C is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 124 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.14 |
| HSL | 40.42º | 0.57% | 0.67% | - |
| HSV(B) | 40.42º | 0.43% | 0.86% | - |
| XYZ | 50.83 | 52.48 | 26.52 | - |
| YUV | 189.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 124 | 0 | 0.14 | 0.43 | 0.14 | 40.42 | 0.57 | 0.67 |
| Hex | DB | BC | 7C | 0 | E | 2B | E | 28 | 39 | 43 |
| Octal | 333 | 274 | 174 | 0 | 16 | 53 | 16 | 50 | 71 | 103 |
| Binary | 11011011 | 10111100 | 1111100 | 0 | 1110 | 101011 | 1110 | 101000 | 111001 | 1000011 |
Color Harmonies of #DBBC7C
Complementary color
Monochromatic Colors of #DBBC7C
Black with #DBBC7C
Text Example
Text Example
White with #DBBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC7C; }
p { color: rgb(219,188,124); }
H1.HeaderClassName
{
color: #DBBC7C;
}
.AnyTagClassName
{
color: #DBBC7C;
}
</style>
background-color css
<style>
a { background-color: #DBBC7C; }
a { background-color: rgb(219,188,124); }
div.DivClassName
{
background-color: #DBBC7C;
}
.BgClassName
{
background-color: #DBBC7C;
}
</style>
border-color css
<style>
span { border-color: #DBBC7C; }
span { border-color: rgb(219,188,124); }
td.TdClassName
{
border-color: #DBBC7C;
}
.TagClassName
{
border-color: #DBBC7C;
}
</style>