Shades of Straw #DCBA7F
Tints of Straw #DCBA7F
RGB
CMYK
RGB Variations
Color information
#DCBA7F (or 0xDCBA7F) is known color: Straw. HEX triplet: DC, BA and 7F. RGB value is (220,186,127). Sum of RGB (Red+Green+Blue) = 220+186+127=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA7F is #234580. Grayscale: #BDBDBD. Windows color (decimal): -2311553 or 8370908. OLE color: 8370908.
HSL color Cylindrical-coordinate representation of color #DCBA7F: hue angle of 38.06º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCBA7F is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 127 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.14 |
| HSL | 38.06º | 0.57% | 0.68% | - |
| HSV(B) | 38.06º | 0.42% | 0.86% | - |
| XYZ | 50.9 | 51.87 | 27.41 | - |
| YUV | 189.44 | 92.76 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 127 | 0 | 0.15 | 0.42 | 0.14 | 38.06 | 0.57 | 0.68 |
| Hex | DC | BA | 7F | 0 | F | 2A | E | 26 | 39 | 44 |
| Octal | 334 | 272 | 177 | 0 | 17 | 52 | 16 | 46 | 71 | 104 |
| Binary | 11011100 | 10111010 | 1111111 | 0 | 1111 | 101010 | 1110 | 100110 | 111001 | 1000100 |
Color Harmonies of #DCBA7F
Complementary color
Monochromatic Colors of #DCBA7F
Black with #DCBA7F
Text Example
Text Example
White with #DCBA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA7F; }
p { color: rgb(220,186,127); }
H1.HeaderClassName
{
color: #DCBA7F;
}
.AnyTagClassName
{
color: #DCBA7F;
}
</style>
background-color css
<style>
a { background-color: #DCBA7F; }
a { background-color: rgb(220,186,127); }
div.DivClassName
{
background-color: #DCBA7F;
}
.BgClassName
{
background-color: #DCBA7F;
}
</style>
border-color css
<style>
span { border-color: #DCBA7F; }
span { border-color: rgb(220,186,127); }
td.TdClassName
{
border-color: #DCBA7F;
}
.TagClassName
{
border-color: #DCBA7F;
}
</style>