Shades of Chenin #DCC868
Tints of Chenin #DCC868
RGB
CMYK
RGB Variations
Color information
#DCC868 (or 0xDCC868) is known color: Chenin. HEX triplet: DC, C8 and 68. RGB value is (220,200,104). Sum of RGB (Red+Green+Blue) = 220+200+104=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC868 is #233797. Grayscale: #C3C3C3. Windows color (decimal): -2307992 or 6867164. OLE color: 6867164.
HSL color Cylindrical-coordinate representation of color #DCC868: hue angle of 49.66º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCC868 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 104 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.14 |
| HSL | 49.66º | 0.62% | 0.64% | - |
| HSV(B) | 49.66º | 0.53% | 0.86% | - |
| XYZ | 52.67 | 57.52 | 21.42 | - |
| YUV | 195.04 | 76.63 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 104 | 0 | 0.09 | 0.53 | 0.14 | 49.66 | 0.62 | 0.64 |
| Hex | DC | C8 | 68 | 0 | 9 | 35 | E | 32 | 3E | 40 |
| Octal | 334 | 310 | 150 | 0 | 11 | 65 | 16 | 62 | 76 | 100 |
| Binary | 11011100 | 11001000 | 1101000 | 0 | 1001 | 110101 | 1110 | 110010 | 111110 | 1000000 |
Color Harmonies of #DCC868
Complementary color
Monochromatic Colors of #DCC868
Black with #DCC868
Text Example
Text Example
White with #DCC868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC868; }
p { color: rgb(220,200,104); }
H1.HeaderClassName
{
color: #DCC868;
}
.AnyTagClassName
{
color: #DCC868;
}
</style>
background-color css
<style>
a { background-color: #DCC868; }
a { background-color: rgb(220,200,104); }
div.DivClassName
{
background-color: #DCC868;
}
.BgClassName
{
background-color: #DCC868;
}
</style>
border-color css
<style>
span { border-color: #DCC868; }
span { border-color: rgb(220,200,104); }
td.TdClassName
{
border-color: #DCC868;
}
.TagClassName
{
border-color: #DCC868;
}
</style>