Shades of Straw #DCBA7B
Tints of Straw #DCBA7B
RGB
CMYK
RGB Variations
Color information
#DCBA7B (or 0xDCBA7B) is known color: Straw. HEX triplet: DC, BA and 7B. RGB value is (220,186,123). Sum of RGB (Red+Green+Blue) = 220+186+123=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA7B is #234584. Grayscale: #BDBDBD. Windows color (decimal): -2311557 or 8108764. OLE color: 8108764.
HSL color Cylindrical-coordinate representation of color #DCBA7B: hue angle of 38.97º degrees, saturation: 0.58, 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 #DCBA7B is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 123 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.14 |
| HSL | 38.97º | 0.58% | 0.67% | - |
| HSV(B) | 38.97º | 0.44% | 0.86% | - |
| XYZ | 50.65 | 51.76 | 26.06 | - |
| YUV | 188.98 | 90.76 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 123 | 0 | 0.15 | 0.44 | 0.14 | 38.97 | 0.58 | 0.67 |
| Hex | DC | BA | 7B | 0 | F | 2C | E | 27 | 3A | 43 |
| Octal | 334 | 272 | 173 | 0 | 17 | 54 | 16 | 47 | 72 | 103 |
| Binary | 11011100 | 10111010 | 1111011 | 0 | 1111 | 101100 | 1110 | 100111 | 111010 | 1000011 |
Color Harmonies of #DCBA7B
Complementary color
Monochromatic Colors of #DCBA7B
Black with #DCBA7B
Text Example
Text Example
White with #DCBA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA7B; }
p { color: rgb(220,186,123); }
H1.HeaderClassName
{
color: #DCBA7B;
}
.AnyTagClassName
{
color: #DCBA7B;
}
</style>
background-color css
<style>
a { background-color: #DCBA7B; }
a { background-color: rgb(220,186,123); }
div.DivClassName
{
background-color: #DCBA7B;
}
.BgClassName
{
background-color: #DCBA7B;
}
</style>
border-color css
<style>
span { border-color: #DCBA7B; }
span { border-color: rgb(220,186,123); }
td.TdClassName
{
border-color: #DCBA7B;
}
.TagClassName
{
border-color: #DCBA7B;
}
</style>