Shades of Chenin #DCBC67
Tints of Chenin #DCBC67
RGB
CMYK
RGB Variations
Color information
#DCBC67 (or 0xDCBC67) is known color: Chenin. HEX triplet: DC, BC and 67. RGB value is (220,188,103). Sum of RGB (Red+Green+Blue) = 220+188+103=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC67 is #234398. Grayscale: #BCBCBC. Windows color (decimal): -2311065 or 6798556. OLE color: 6798556.
HSL color Cylindrical-coordinate representation of color #DCBC67: hue angle of 43.59º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCBC67 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 103 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.14 |
| HSL | 43.59º | 0.63% | 0.63% | - |
| HSV(B) | 43.59º | 0.53% | 0.86% | - |
| XYZ | 49.95 | 52.16 | 20.27 | - |
| YUV | 187.88 | 80.1 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 103 | 0 | 0.15 | 0.53 | 0.14 | 43.59 | 0.63 | 0.63 |
| Hex | DC | BC | 67 | 0 | F | 35 | E | 2C | 3F | 3F |
| Octal | 334 | 274 | 147 | 0 | 17 | 65 | 16 | 54 | 77 | 77 |
| Binary | 11011100 | 10111100 | 1100111 | 0 | 1111 | 110101 | 1110 | 101100 | 111111 | 111111 |
Color Harmonies of #DCBC67
Complementary color
Monochromatic Colors of #DCBC67
Black with #DCBC67
Text Example
Text Example
White with #DCBC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC67; }
p { color: rgb(220,188,103); }
H1.HeaderClassName
{
color: #DCBC67;
}
.AnyTagClassName
{
color: #DCBC67;
}
</style>
background-color css
<style>
a { background-color: #DCBC67; }
a { background-color: rgb(220,188,103); }
div.DivClassName
{
background-color: #DCBC67;
}
.BgClassName
{
background-color: #DCBC67;
}
</style>
border-color css
<style>
span { border-color: #DCBC67; }
span { border-color: rgb(220,188,103); }
td.TdClassName
{
border-color: #DCBC67;
}
.TagClassName
{
border-color: #DCBC67;
}
</style>