Shades of Chenin #DCC66D
Tints of Chenin #DCC66D
RGB
CMYK
RGB Variations
Color information
#DCC66D (or 0xDCC66D) is known color: Chenin. HEX triplet: DC, C6 and 6D. RGB value is (220,198,109). Sum of RGB (Red+Green+Blue) = 220+198+109=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC66D is #233992. Grayscale: #C2C2C2. Windows color (decimal): -2308499 or 7194332. OLE color: 7194332.
HSL color Cylindrical-coordinate representation of color #DCC66D: hue angle of 48.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCC66D is Cyan = 0, Magento = 0.1, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 109 | - |
| CMYK | 0 | 0.1 | 0.50 | 0.14 |
| HSL | 48.11º | 0.61% | 0.65% | - |
| HSV(B) | 48.11º | 0.5% | 0.86% | - |
| XYZ | 52.47 | 56.71 | 22.65 | - |
| YUV | 194.43 | 79.79 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 109 | 0 | 0.1 | 0.50 | 0.14 | 48.11 | 0.61 | 0.65 |
| Hex | DC | C6 | 6D | 0 | A | 32 | E | 30 | 3D | 41 |
| Octal | 334 | 306 | 155 | 0 | 12 | 62 | 16 | 60 | 75 | 101 |
| Binary | 11011100 | 11000110 | 1101101 | 0 | 1010 | 110010 | 1110 | 110000 | 111101 | 1000001 |
Color Harmonies of #DCC66D
Complementary color
Monochromatic Colors of #DCC66D
Black with #DCC66D
Text Example
Text Example
White with #DCC66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC66D; }
p { color: rgb(220,198,109); }
H1.HeaderClassName
{
color: #DCC66D;
}
.AnyTagClassName
{
color: #DCC66D;
}
</style>
background-color css
<style>
a { background-color: #DCC66D; }
a { background-color: rgb(220,198,109); }
div.DivClassName
{
background-color: #DCC66D;
}
.BgClassName
{
background-color: #DCC66D;
}
</style>
border-color css
<style>
span { border-color: #DCC66D; }
span { border-color: rgb(220,198,109); }
td.TdClassName
{
border-color: #DCC66D;
}
.TagClassName
{
border-color: #DCC66D;
}
</style>