Shades of Straw #DCBA81
Tints of Straw #DCBA81
RGB
CMYK
RGB Variations
Color information
#DCBA81 (or 0xDCBA81) is known color: Straw. HEX triplet: DC, BA and 81. RGB value is (220,186,129). Sum of RGB (Red+Green+Blue) = 220+186+129=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA81 is #23457E. Grayscale: #BDBDBD. Windows color (decimal): -2311551 or 8501980. OLE color: 8501980.
HSL color Cylindrical-coordinate representation of color #DCBA81: hue angle of 37.58º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCBA81 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 129 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.14 |
| HSL | 37.58º | 0.57% | 0.68% | - |
| HSV(B) | 37.58º | 0.41% | 0.86% | - |
| XYZ | 51.04 | 51.92 | 28.1 | - |
| YUV | 189.67 | 93.76 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 129 | 0 | 0.15 | 0.41 | 0.14 | 37.58 | 0.57 | 0.68 |
| Hex | DC | BA | 81 | 0 | F | 29 | E | 26 | 39 | 44 |
| Octal | 334 | 272 | 201 | 0 | 17 | 51 | 16 | 46 | 71 | 104 |
| Binary | 11011100 | 10111010 | 10000001 | 0 | 1111 | 101001 | 1110 | 100110 | 111001 | 1000100 |
Color Harmonies of #DCBA81
Complementary color
Monochromatic Colors of #DCBA81
Black with #DCBA81
Text Example
Text Example
White with #DCBA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA81; }
p { color: rgb(220,186,129); }
H1.HeaderClassName
{
color: #DCBA81;
}
.AnyTagClassName
{
color: #DCBA81;
}
</style>
background-color css
<style>
a { background-color: #DCBA81; }
a { background-color: rgb(220,186,129); }
div.DivClassName
{
background-color: #DCBA81;
}
.BgClassName
{
background-color: #DCBA81;
}
</style>
border-color css
<style>
span { border-color: #DCBA81; }
span { border-color: rgb(220,186,129); }
td.TdClassName
{
border-color: #DCBA81;
}
.TagClassName
{
border-color: #DCBA81;
}
</style>