Shades of Straw #DBBB7A
Tints of Straw #DBBB7A
RGB
CMYK
RGB Variations
Color information
#DBBB7A (or 0xDBBB7A) is known color: Straw. HEX triplet: DB, BB and 7A. RGB value is (219,187,122). Sum of RGB (Red+Green+Blue) = 219+187+122=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB7A is #244485. Grayscale: #BDBDBD. Windows color (decimal): -2376838 or 8043483. OLE color: 8043483.
HSL color Cylindrical-coordinate representation of color #DBBB7A: hue angle of 40.21º 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 #DBBB7A is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 122 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.14 |
| HSL | 40.21º | 0.57% | 0.67% | - |
| HSV(B) | 40.21º | 0.44% | 0.86% | - |
| XYZ | 50.5 | 52.01 | 25.79 | - |
| YUV | 189.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 122 | 0 | 0.15 | 0.44 | 0.14 | 40.21 | 0.57 | 0.67 |
| Hex | DB | BB | 7A | 0 | F | 2C | E | 28 | 39 | 43 |
| Octal | 333 | 273 | 172 | 0 | 17 | 54 | 16 | 50 | 71 | 103 |
| Binary | 11011011 | 10111011 | 1111010 | 0 | 1111 | 101100 | 1110 | 101000 | 111001 | 1000011 |
Color Harmonies of #DBBB7A
Complementary color
Monochromatic Colors of #DBBB7A
Black with #DBBB7A
Text Example
Text Example
White with #DBBB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB7A; }
p { color: rgb(219,187,122); }
H1.HeaderClassName
{
color: #DBBB7A;
}
.AnyTagClassName
{
color: #DBBB7A;
}
</style>
background-color css
<style>
a { background-color: #DBBB7A; }
a { background-color: rgb(219,187,122); }
div.DivClassName
{
background-color: #DBBB7A;
}
.BgClassName
{
background-color: #DBBB7A;
}
</style>
border-color css
<style>
span { border-color: #DBBB7A; }
span { border-color: rgb(219,187,122); }
td.TdClassName
{
border-color: #DBBB7A;
}
.TagClassName
{
border-color: #DBBB7A;
}
</style>