Shades of Chenin #DCBC75
Tints of Chenin #DCBC75
RGB
CMYK
RGB Variations
Color information
#DCBC75 (or 0xDCBC75) is known color: Chenin. HEX triplet: DC, BC and 75. RGB value is (220,188,117). Sum of RGB (Red+Green+Blue) = 220+188+117=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC75 is #23438A. Grayscale: #BDBDBD. Windows color (decimal): -2311051 or 7716060. OLE color: 7716060.
HSL color Cylindrical-coordinate representation of color #DCBC75: hue angle of 41.36º 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 #DCBC75 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 117 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.14 |
| HSL | 41.36º | 0.6% | 0.66% | - |
| HSV(B) | 41.36º | 0.47% | 0.86% | - |
| XYZ | 50.71 | 52.47 | 24.28 | - |
| YUV | 189.47 | 87.1 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 117 | 0 | 0.15 | 0.47 | 0.14 | 41.36 | 0.6 | 0.66 |
| Hex | DC | BC | 75 | 0 | F | 2F | E | 29 | 3C | 42 |
| Octal | 334 | 274 | 165 | 0 | 17 | 57 | 16 | 51 | 74 | 102 |
| Binary | 11011100 | 10111100 | 1110101 | 0 | 1111 | 101111 | 1110 | 101001 | 111100 | 1000010 |
Color Harmonies of #DCBC75
Complementary color
Monochromatic Colors of #DCBC75
Black with #DCBC75
Text Example
Text Example
White with #DCBC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC75; }
p { color: rgb(220,188,117); }
H1.HeaderClassName
{
color: #DCBC75;
}
.AnyTagClassName
{
color: #DCBC75;
}
</style>
background-color css
<style>
a { background-color: #DCBC75; }
a { background-color: rgb(220,188,117); }
div.DivClassName
{
background-color: #DCBC75;
}
.BgClassName
{
background-color: #DCBC75;
}
</style>
border-color css
<style>
span { border-color: #DCBC75; }
span { border-color: rgb(220,188,117); }
td.TdClassName
{
border-color: #DCBC75;
}
.TagClassName
{
border-color: #DCBC75;
}
</style>