Shades of Chenin #DCC06B
Tints of Chenin #DCC06B
RGB
CMYK
RGB Variations
Color information
#DCC06B (or 0xDCC06B) is known color: Chenin. HEX triplet: DC, C0 and 6B. RGB value is (220,192,107). Sum of RGB (Red+Green+Blue) = 220+192+107=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC06B is #233F94. Grayscale: #BFBFBF. Windows color (decimal): -2310037 or 7061724. OLE color: 7061724.
HSL color Cylindrical-coordinate representation of color #DCC06B: hue angle of 45.13º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCC06B is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 107 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.14 |
| HSL | 45.13º | 0.62% | 0.64% | - |
| HSV(B) | 45.13º | 0.51% | 0.86% | - |
| XYZ | 51.02 | 53.98 | 21.64 | - |
| YUV | 190.68 | 80.78 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 107 | 0 | 0.13 | 0.51 | 0.14 | 45.13 | 0.62 | 0.64 |
| Hex | DC | C0 | 6B | 0 | D | 33 | E | 2D | 3E | 40 |
| Octal | 334 | 300 | 153 | 0 | 15 | 63 | 16 | 55 | 76 | 100 |
| Binary | 11011100 | 11000000 | 1101011 | 0 | 1101 | 110011 | 1110 | 101101 | 111110 | 1000000 |
Color Harmonies of #DCC06B
Complementary color
Monochromatic Colors of #DCC06B
Black with #DCC06B
Text Example
Text Example
White with #DCC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC06B; }
p { color: rgb(220,192,107); }
H1.HeaderClassName
{
color: #DCC06B;
}
.AnyTagClassName
{
color: #DCC06B;
}
</style>
background-color css
<style>
a { background-color: #DCC06B; }
a { background-color: rgb(220,192,107); }
div.DivClassName
{
background-color: #DCC06B;
}
.BgClassName
{
background-color: #DCC06B;
}
</style>
border-color css
<style>
span { border-color: #DCC06B; }
span { border-color: rgb(220,192,107); }
td.TdClassName
{
border-color: #DCC06B;
}
.TagClassName
{
border-color: #DCC06B;
}
</style>