Shades of Straw #DBBC7A
Tints of Straw #DBBC7A
RGB
CMYK
RGB Variations
Color information
#DBBC7A (or 0xDBBC7A) is known color: Straw. HEX triplet: DB, BC and 7A. RGB value is (219,188,122). Sum of RGB (Red+Green+Blue) = 219+188+122=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC7A is #244385. Grayscale: #BEBEBE. Windows color (decimal): -2376582 or 8043739. OLE color: 8043739.
HSL color Cylindrical-coordinate representation of color #DBBC7A: hue angle of 40.82º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBBC7A is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 122 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.14 |
| HSL | 40.82º | 0.57% | 0.67% | - |
| HSV(B) | 40.82º | 0.44% | 0.86% | - |
| XYZ | 50.71 | 52.43 | 25.86 | - |
| YUV | 189.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 122 | 0 | 0.14 | 0.44 | 0.14 | 40.82 | 0.57 | 0.67 |
| Hex | DB | BC | 7A | 0 | E | 2C | E | 29 | 39 | 43 |
| Octal | 333 | 274 | 172 | 0 | 16 | 54 | 16 | 51 | 71 | 103 |
| Binary | 11011011 | 10111100 | 1111010 | 0 | 1110 | 101100 | 1110 | 101001 | 111001 | 1000011 |
Color Harmonies of #DBBC7A
Complementary color
Monochromatic Colors of #DBBC7A
Black with #DBBC7A
Text Example
Text Example
White with #DBBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC7A; }
p { color: rgb(219,188,122); }
H1.HeaderClassName
{
color: #DBBC7A;
}
.AnyTagClassName
{
color: #DBBC7A;
}
</style>
background-color css
<style>
a { background-color: #DBBC7A; }
a { background-color: rgb(219,188,122); }
div.DivClassName
{
background-color: #DBBC7A;
}
.BgClassName
{
background-color: #DBBC7A;
}
</style>
border-color css
<style>
span { border-color: #DBBC7A; }
span { border-color: rgb(219,188,122); }
td.TdClassName
{
border-color: #DBBC7A;
}
.TagClassName
{
border-color: #DBBC7A;
}
</style>