Shades of Chenin #DCC367
Tints of Chenin #DCC367
RGB
CMYK
RGB Variations
Color information
#DCC367 (or 0xDCC367) is known color: Chenin. HEX triplet: DC, C3 and 67. RGB value is (220,195,103). Sum of RGB (Red+Green+Blue) = 220+195+103=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC367 is #233C98. Grayscale: #C0C0C0. Windows color (decimal): -2309273 or 6800348. OLE color: 6800348.
HSL color Cylindrical-coordinate representation of color #DCC367: hue angle of 47.18º 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 #DCC367 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 103 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.14 |
| HSL | 47.18º | 0.63% | 0.63% | - |
| HSV(B) | 47.18º | 0.53% | 0.86% | - |
| XYZ | 51.48 | 55.23 | 20.78 | - |
| YUV | 191.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 103 | 0 | 0.11 | 0.53 | 0.14 | 47.18 | 0.63 | 0.63 |
| Hex | DC | C3 | 67 | 0 | B | 35 | E | 2F | 3F | 3F |
| Octal | 334 | 303 | 147 | 0 | 13 | 65 | 16 | 57 | 77 | 77 |
| Binary | 11011100 | 11000011 | 1100111 | 0 | 1011 | 110101 | 1110 | 101111 | 111111 | 111111 |
Color Harmonies of #DCC367
Complementary color
Monochromatic Colors of #DCC367
Black with #DCC367
Text Example
Text Example
White with #DCC367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC367; }
p { color: rgb(220,195,103); }
H1.HeaderClassName
{
color: #DCC367;
}
.AnyTagClassName
{
color: #DCC367;
}
</style>
background-color css
<style>
a { background-color: #DCC367; }
a { background-color: rgb(220,195,103); }
div.DivClassName
{
background-color: #DCC367;
}
.BgClassName
{
background-color: #DCC367;
}
</style>
border-color css
<style>
span { border-color: #DCC367; }
span { border-color: rgb(220,195,103); }
td.TdClassName
{
border-color: #DCC367;
}
.TagClassName
{
border-color: #DCC367;
}
</style>