Shades of Chenin #DCBC74
Tints of Chenin #DCBC74
RGB
CMYK
RGB Variations
Color information
#DCBC74 (or 0xDCBC74) is known color: Chenin. HEX triplet: DC, BC and 74. RGB value is (220,188,116). Sum of RGB (Red+Green+Blue) = 220+188+116=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC74 is #23438B. Grayscale: #BDBDBD. Windows color (decimal): -2311052 or 7650524. OLE color: 7650524.
HSL color Cylindrical-coordinate representation of color #DCBC74: hue angle of 41.54º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCBC74 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 116 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.14 |
| HSL | 41.54º | 0.6% | 0.66% | - |
| HSV(B) | 41.54º | 0.47% | 0.86% | - |
| XYZ | 50.65 | 52.44 | 23.98 | - |
| YUV | 189.36 | 86.6 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 116 | 0 | 0.15 | 0.47 | 0.14 | 41.54 | 0.6 | 0.66 |
| Hex | DC | BC | 74 | 0 | F | 2F | E | 2A | 3C | 42 |
| Octal | 334 | 274 | 164 | 0 | 17 | 57 | 16 | 52 | 74 | 102 |
| Binary | 11011100 | 10111100 | 1110100 | 0 | 1111 | 101111 | 1110 | 101010 | 111100 | 1000010 |
Color Harmonies of #DCBC74
Complementary color
Monochromatic Colors of #DCBC74
Black with #DCBC74
Text Example
Text Example
White with #DCBC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC74; }
p { color: rgb(220,188,116); }
H1.HeaderClassName
{
color: #DCBC74;
}
.AnyTagClassName
{
color: #DCBC74;
}
</style>
background-color css
<style>
a { background-color: #DCBC74; }
a { background-color: rgb(220,188,116); }
div.DivClassName
{
background-color: #DCBC74;
}
.BgClassName
{
background-color: #DCBC74;
}
</style>
border-color css
<style>
span { border-color: #DCBC74; }
span { border-color: rgb(220,188,116); }
td.TdClassName
{
border-color: #DCBC74;
}
.TagClassName
{
border-color: #DCBC74;
}
</style>