Shades of Straw #DCBA7A
Tints of Straw #DCBA7A
RGB
CMYK
RGB Variations
Color information
#DCBA7A (or 0xDCBA7A) is known color: Straw. HEX triplet: DC, BA and 7A. RGB value is (220,186,122). Sum of RGB (Red+Green+Blue) = 220+186+122=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA7A is #234585. Grayscale: #BDBDBD. Windows color (decimal): -2311558 or 8043228. OLE color: 8043228.
HSL color Cylindrical-coordinate representation of color #DCBA7A: hue angle of 39.18º 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 #DCBA7A is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 122 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.14 |
| HSL | 39.18º | 0.58% | 0.67% | - |
| HSV(B) | 39.18º | 0.45% | 0.86% | - |
| XYZ | 50.59 | 51.74 | 25.73 | - |
| YUV | 188.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 122 | 0 | 0.15 | 0.45 | 0.14 | 39.18 | 0.58 | 0.67 |
| Hex | DC | BA | 7A | 0 | F | 2D | E | 27 | 3A | 43 |
| Octal | 334 | 272 | 172 | 0 | 17 | 55 | 16 | 47 | 72 | 103 |
| Binary | 11011100 | 10111010 | 1111010 | 0 | 1111 | 101101 | 1110 | 100111 | 111010 | 1000011 |
Color Harmonies of #DCBA7A
Complementary color
Monochromatic Colors of #DCBA7A
Black with #DCBA7A
Text Example
Text Example
White with #DCBA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA7A; }
p { color: rgb(220,186,122); }
H1.HeaderClassName
{
color: #DCBA7A;
}
.AnyTagClassName
{
color: #DCBA7A;
}
</style>
background-color css
<style>
a { background-color: #DCBA7A; }
a { background-color: rgb(220,186,122); }
div.DivClassName
{
background-color: #DCBA7A;
}
.BgClassName
{
background-color: #DCBA7A;
}
</style>
border-color css
<style>
span { border-color: #DCBA7A; }
span { border-color: rgb(220,186,122); }
td.TdClassName
{
border-color: #DCBA7A;
}
.TagClassName
{
border-color: #DCBA7A;
}
</style>