Shades of Straw #DCBC7E
Tints of Straw #DCBC7E
RGB
CMYK
RGB Variations
Color information
#DCBC7E (or 0xDCBC7E) is known color: Straw. HEX triplet: DC, BC and 7E. RGB value is (220,188,126). Sum of RGB (Red+Green+Blue) = 220+188+126=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC7E is #234381. Grayscale: #BEBEBE. Windows color (decimal): -2311042 or 8305884. OLE color: 8305884.
HSL color Cylindrical-coordinate representation of color #DCBC7E: hue angle of 39.57º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCBC7E is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 126 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.14 |
| HSL | 39.57º | 0.57% | 0.68% | - |
| HSV(B) | 39.57º | 0.43% | 0.86% | - |
| XYZ | 51.26 | 52.69 | 27.21 | - |
| YUV | 190.5 | 91.6 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 126 | 0 | 0.15 | 0.43 | 0.14 | 39.57 | 0.57 | 0.68 |
| Hex | DC | BC | 7E | 0 | F | 2B | E | 28 | 39 | 44 |
| Octal | 334 | 274 | 176 | 0 | 17 | 53 | 16 | 50 | 71 | 104 |
| Binary | 11011100 | 10111100 | 1111110 | 0 | 1111 | 101011 | 1110 | 101000 | 111001 | 1000100 |
Color Harmonies of #DCBC7E
Complementary color
Monochromatic Colors of #DCBC7E
Black with #DCBC7E
Text Example
Text Example
White with #DCBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC7E; }
p { color: rgb(220,188,126); }
H1.HeaderClassName
{
color: #DCBC7E;
}
.AnyTagClassName
{
color: #DCBC7E;
}
</style>
background-color css
<style>
a { background-color: #DCBC7E; }
a { background-color: rgb(220,188,126); }
div.DivClassName
{
background-color: #DCBC7E;
}
.BgClassName
{
background-color: #DCBC7E;
}
</style>
border-color css
<style>
span { border-color: #DCBC7E; }
span { border-color: rgb(220,188,126); }
td.TdClassName
{
border-color: #DCBC7E;
}
.TagClassName
{
border-color: #DCBC7E;
}
</style>