Shades of Chenin #DCC067
Tints of Chenin #DCC067
RGB
CMYK
RGB Variations
Color information
#DCC067 (or 0xDCC067) is known color: Chenin. HEX triplet: DC, C0 and 67. RGB value is (220,192,103). Sum of RGB (Red+Green+Blue) = 220+192+103=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 103 (40.62% from 255 or 20% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC067 is #233F98. Grayscale: #BEBEBE. Windows color (decimal): -2310041 or 6799580. OLE color: 6799580.
HSL color Cylindrical-coordinate representation of color #DCC067: hue angle of 45.64º 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 #DCC067 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 103 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.14 |
| HSL | 45.64º | 0.63% | 0.63% | - |
| HSV(B) | 45.64º | 0.53% | 0.86% | - |
| XYZ | 50.81 | 53.89 | 20.56 | - |
| YUV | 190.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 103 | 0 | 0.13 | 0.53 | 0.14 | 45.64 | 0.63 | 0.63 |
| Hex | DC | C0 | 67 | 0 | D | 35 | E | 2E | 3F | 3F |
| Octal | 334 | 300 | 147 | 0 | 15 | 65 | 16 | 56 | 77 | 77 |
| Binary | 11011100 | 11000000 | 1100111 | 0 | 1101 | 110101 | 1110 | 101110 | 111111 | 111111 |
Color Harmonies of #DCC067
Complementary color
Monochromatic Colors of #DCC067
Black with #DCC067
Text Example
Text Example
White with #DCC067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC067; }
p { color: rgb(220,192,103); }
H1.HeaderClassName
{
color: #DCC067;
}
.AnyTagClassName
{
color: #DCC067;
}
</style>
background-color css
<style>
a { background-color: #DCC067; }
a { background-color: rgb(220,192,103); }
div.DivClassName
{
background-color: #DCC067;
}
.BgClassName
{
background-color: #DCC067;
}
</style>
border-color css
<style>
span { border-color: #DCC067; }
span { border-color: rgb(220,192,103); }
td.TdClassName
{
border-color: #DCC067;
}
.TagClassName
{
border-color: #DCC067;
}
</style>