Shades of Straw #DCBB7A
Tints of Straw #DCBB7A
RGB
CMYK
RGB Variations
Color information
#DCBB7A (or 0xDCBB7A) is known color: Straw. HEX triplet: DC, BB and 7A. RGB value is (220,187,122). Sum of RGB (Red+Green+Blue) = 220+187+122=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB7A is #234485. Grayscale: #BDBDBD. Windows color (decimal): -2311302 or 8043484. OLE color: 8043484.
HSL color Cylindrical-coordinate representation of color #DCBB7A: hue angle of 39.8º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCBB7A is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 122 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.14 |
| HSL | 39.8º | 0.58% | 0.67% | - |
| HSV(B) | 39.8º | 0.45% | 0.86% | - |
| XYZ | 50.8 | 52.16 | 25.8 | - |
| YUV | 189.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 122 | 0 | 0.15 | 0.45 | 0.14 | 39.8 | 0.58 | 0.67 |
| Hex | DC | BB | 7A | 0 | F | 2D | E | 28 | 3A | 43 |
| Octal | 334 | 273 | 172 | 0 | 17 | 55 | 16 | 50 | 72 | 103 |
| Binary | 11011100 | 10111011 | 1111010 | 0 | 1111 | 101101 | 1110 | 101000 | 111010 | 1000011 |
Color Harmonies of #DCBB7A
Complementary color
Monochromatic Colors of #DCBB7A
Black with #DCBB7A
Text Example
Text Example
White with #DCBB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB7A; }
p { color: rgb(220,187,122); }
H1.HeaderClassName
{
color: #DCBB7A;
}
.AnyTagClassName
{
color: #DCBB7A;
}
</style>
background-color css
<style>
a { background-color: #DCBB7A; }
a { background-color: rgb(220,187,122); }
div.DivClassName
{
background-color: #DCBB7A;
}
.BgClassName
{
background-color: #DCBB7A;
}
</style>
border-color css
<style>
span { border-color: #DCBB7A; }
span { border-color: rgb(220,187,122); }
td.TdClassName
{
border-color: #DCBB7A;
}
.TagClassName
{
border-color: #DCBB7A;
}
</style>