Shades of Straw #DCBD86
Tints of Straw #DCBD86
RGB
CMYK
RGB Variations
Color information
#DCBD86 (or 0xDCBD86) is known color: Straw. HEX triplet: DC, BD and 86. RGB value is (220,189,134). Sum of RGB (Red+Green+Blue) = 220+189+134=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBD86 is #234279. Grayscale: #C0C0C0. Windows color (decimal): -2310778 or 8830428. OLE color: 8830428.
HSL color Cylindrical-coordinate representation of color #DCBD86: hue angle of 38.37º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCBD86 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 134 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.14 |
| HSL | 38.37º | 0.55% | 0.69% | - |
| HSV(B) | 38.37º | 0.39% | 0.86% | - |
| XYZ | 52.02 | 53.33 | 30.11 | - |
| YUV | 192 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 134 | 0 | 0.14 | 0.39 | 0.14 | 38.37 | 0.55 | 0.69 |
| Hex | DC | BD | 86 | 0 | E | 27 | E | 26 | 37 | 45 |
| Octal | 334 | 275 | 206 | 0 | 16 | 47 | 16 | 46 | 67 | 105 |
| Binary | 11011100 | 10111101 | 10000110 | 0 | 1110 | 100111 | 1110 | 100110 | 110111 | 1000101 |
Color Harmonies of #DCBD86
Complementary color
Monochromatic Colors of #DCBD86
Black with #DCBD86
Text Example
Text Example
White with #DCBD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD86; }
p { color: rgb(220,189,134); }
H1.HeaderClassName
{
color: #DCBD86;
}
.AnyTagClassName
{
color: #DCBD86;
}
</style>
background-color css
<style>
a { background-color: #DCBD86; }
a { background-color: rgb(220,189,134); }
div.DivClassName
{
background-color: #DCBD86;
}
.BgClassName
{
background-color: #DCBD86;
}
</style>
border-color css
<style>
span { border-color: #DCBD86; }
span { border-color: rgb(220,189,134); }
td.TdClassName
{
border-color: #DCBD86;
}
.TagClassName
{
border-color: #DCBD86;
}
</style>