Shades of Straw #DCBF86
Tints of Straw #DCBF86
RGB
CMYK
RGB Variations
Color information
#DCBF86 (or 0xDCBF86) is known color: Straw. HEX triplet: DC, BF and 86. RGB value is (220,191,134). Sum of RGB (Red+Green+Blue) = 220+191+134=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF86 is #234079. Grayscale: #C1C1C1. Windows color (decimal): -2310266 or 8830940. OLE color: 8830940.
HSL color Cylindrical-coordinate representation of color #DCBF86: hue angle of 39.77º 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 #DCBF86 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 134 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.14 |
| HSL | 39.77º | 0.55% | 0.69% | - |
| HSV(B) | 39.77º | 0.39% | 0.86% | - |
| XYZ | 52.45 | 54.2 | 30.25 | - |
| YUV | 193.17 | 94.61 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 134 | 0 | 0.13 | 0.39 | 0.14 | 39.77 | 0.55 | 0.69 |
| Hex | DC | BF | 86 | 0 | D | 27 | E | 28 | 37 | 45 |
| Octal | 334 | 277 | 206 | 0 | 15 | 47 | 16 | 50 | 67 | 105 |
| Binary | 11011100 | 10111111 | 10000110 | 0 | 1101 | 100111 | 1110 | 101000 | 110111 | 1000101 |
Color Harmonies of #DCBF86
Complementary color
Monochromatic Colors of #DCBF86
Black with #DCBF86
Text Example
Text Example
White with #DCBF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF86; }
p { color: rgb(220,191,134); }
H1.HeaderClassName
{
color: #DCBF86;
}
.AnyTagClassName
{
color: #DCBF86;
}
</style>
background-color css
<style>
a { background-color: #DCBF86; }
a { background-color: rgb(220,191,134); }
div.DivClassName
{
background-color: #DCBF86;
}
.BgClassName
{
background-color: #DCBF86;
}
</style>
border-color css
<style>
span { border-color: #DCBF86; }
span { border-color: rgb(220,191,134); }
td.TdClassName
{
border-color: #DCBF86;
}
.TagClassName
{
border-color: #DCBF86;
}
</style>