Shades of Straw #DCBF85
Tints of Straw #DCBF85
RGB
CMYK
RGB Variations
Color information
#DCBF85 (or 0xDCBF85) is known color: Straw. HEX triplet: DC, BF and 85. RGB value is (220,191,133). Sum of RGB (Red+Green+Blue) = 220+191+133=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF85 is #23407A. Grayscale: #C1C1C1. Windows color (decimal): -2310267 or 8765404. OLE color: 8765404.
HSL color Cylindrical-coordinate representation of color #DCBF85: hue angle of 40º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCBF85 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 133 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.14 |
| HSL | 40º | 0.55% | 0.69% | - |
| HSV(B) | 40º | 0.4% | 0.86% | - |
| XYZ | 52.38 | 54.17 | 29.89 | - |
| YUV | 193.06 | 94.11 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 133 | 0 | 0.13 | 0.40 | 0.14 | 40 | 0.55 | 0.69 |
| Hex | DC | BF | 85 | 0 | D | 28 | E | 28 | 37 | 45 |
| Octal | 334 | 277 | 205 | 0 | 15 | 50 | 16 | 50 | 67 | 105 |
| Binary | 11011100 | 10111111 | 10000101 | 0 | 1101 | 101000 | 1110 | 101000 | 110111 | 1000101 |
Color Harmonies of #DCBF85
Complementary color
Monochromatic Colors of #DCBF85
Black with #DCBF85
Text Example
Text Example
White with #DCBF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF85; }
p { color: rgb(220,191,133); }
H1.HeaderClassName
{
color: #DCBF85;
}
.AnyTagClassName
{
color: #DCBF85;
}
</style>
background-color css
<style>
a { background-color: #DCBF85; }
a { background-color: rgb(220,191,133); }
div.DivClassName
{
background-color: #DCBF85;
}
.BgClassName
{
background-color: #DCBF85;
}
</style>
border-color css
<style>
span { border-color: #DCBF85; }
span { border-color: rgb(220,191,133); }
td.TdClassName
{
border-color: #DCBF85;
}
.TagClassName
{
border-color: #DCBF85;
}
</style>