Shades of Straw #DCBC7A
Tints of Straw #DCBC7A
RGB
CMYK
RGB Variations
Color information
#DCBC7A (or 0xDCBC7A) is known color: Straw. HEX triplet: DC, BC and 7A. RGB value is (220,188,122). Sum of RGB (Red+Green+Blue) = 220+188+122=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC7A is #234385. Grayscale: #BEBEBE. Windows color (decimal): -2311046 or 8043740. OLE color: 8043740.
HSL color Cylindrical-coordinate representation of color #DCBC7A: hue angle of 40.41º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCBC7A is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 122 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.14 |
| HSL | 40.41º | 0.58% | 0.67% | - |
| HSV(B) | 40.41º | 0.45% | 0.86% | - |
| XYZ | 51.01 | 52.59 | 25.87 | - |
| YUV | 190.04 | 89.6 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 122 | 0 | 0.15 | 0.45 | 0.14 | 40.41 | 0.58 | 0.67 |
| Hex | DC | BC | 7A | 0 | F | 2D | E | 28 | 3A | 43 |
| Octal | 334 | 274 | 172 | 0 | 17 | 55 | 16 | 50 | 72 | 103 |
| Binary | 11011100 | 10111100 | 1111010 | 0 | 1111 | 101101 | 1110 | 101000 | 111010 | 1000011 |
Color Harmonies of #DCBC7A
Complementary color
Monochromatic Colors of #DCBC7A
Black with #DCBC7A
Text Example
Text Example
White with #DCBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC7A; }
p { color: rgb(220,188,122); }
H1.HeaderClassName
{
color: #DCBC7A;
}
.AnyTagClassName
{
color: #DCBC7A;
}
</style>
background-color css
<style>
a { background-color: #DCBC7A; }
a { background-color: rgb(220,188,122); }
div.DivClassName
{
background-color: #DCBC7A;
}
.BgClassName
{
background-color: #DCBC7A;
}
</style>
border-color css
<style>
span { border-color: #DCBC7A; }
span { border-color: rgb(220,188,122); }
td.TdClassName
{
border-color: #DCBC7A;
}
.TagClassName
{
border-color: #DCBC7A;
}
</style>