Shades of Straw #DCBF7F
Tints of Straw #DCBF7F
RGB
CMYK
RGB Variations
Color information
#DCBF7F (or 0xDCBF7F) is known color: Straw. HEX triplet: DC, BF and 7F. RGB value is (220,191,127). Sum of RGB (Red+Green+Blue) = 220+191+127=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF7F is #234080. Grayscale: #C0C0C0. Windows color (decimal): -2310273 or 8372188. OLE color: 8372188.
HSL color Cylindrical-coordinate representation of color #DCBF7F: hue angle of 41.29º 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 #DCBF7F is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 127 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.14 |
| HSL | 41.29º | 0.57% | 0.68% | - |
| HSV(B) | 41.29º | 0.42% | 0.86% | - |
| XYZ | 51.98 | 54.01 | 27.76 | - |
| YUV | 192.38 | 91.11 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 127 | 0 | 0.13 | 0.42 | 0.14 | 41.29 | 0.57 | 0.68 |
| Hex | DC | BF | 7F | 0 | D | 2A | E | 29 | 39 | 44 |
| Octal | 334 | 277 | 177 | 0 | 15 | 52 | 16 | 51 | 71 | 104 |
| Binary | 11011100 | 10111111 | 1111111 | 0 | 1101 | 101010 | 1110 | 101001 | 111001 | 1000100 |
Color Harmonies of #DCBF7F
Complementary color
Monochromatic Colors of #DCBF7F
Black with #DCBF7F
Text Example
Text Example
White with #DCBF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF7F; }
p { color: rgb(220,191,127); }
H1.HeaderClassName
{
color: #DCBF7F;
}
.AnyTagClassName
{
color: #DCBF7F;
}
</style>
background-color css
<style>
a { background-color: #DCBF7F; }
a { background-color: rgb(220,191,127); }
div.DivClassName
{
background-color: #DCBF7F;
}
.BgClassName
{
background-color: #DCBF7F;
}
</style>
border-color css
<style>
span { border-color: #DCBF7F; }
span { border-color: rgb(220,191,127); }
td.TdClassName
{
border-color: #DCBF7F;
}
.TagClassName
{
border-color: #DCBF7F;
}
</style>