Shades of Chenin #DCC869
Tints of Chenin #DCC869
RGB
CMYK
RGB Variations
Color information
#DCC869 (or 0xDCC869) is known color: Chenin. HEX triplet: DC, C8 and 69. RGB value is (220,200,105). Sum of RGB (Red+Green+Blue) = 220+200+105=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC869 is #233796. Grayscale: #C3C3C3. Windows color (decimal): -2307991 or 6932700. OLE color: 6932700.
HSL color Cylindrical-coordinate representation of color #DCC869: hue angle of 49.57º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCC869 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 105 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.14 |
| HSL | 49.57º | 0.62% | 0.64% | - |
| HSV(B) | 49.57º | 0.52% | 0.86% | - |
| XYZ | 52.72 | 57.54 | 21.69 | - |
| YUV | 195.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 105 | 0 | 0.09 | 0.52 | 0.14 | 49.57 | 0.62 | 0.64 |
| Hex | DC | C8 | 69 | 0 | 9 | 34 | E | 32 | 3E | 40 |
| Octal | 334 | 310 | 151 | 0 | 11 | 64 | 16 | 62 | 76 | 100 |
| Binary | 11011100 | 11001000 | 1101001 | 0 | 1001 | 110100 | 1110 | 110010 | 111110 | 1000000 |
Color Harmonies of #DCC869
Complementary color
Monochromatic Colors of #DCC869
Black with #DCC869
Text Example
Text Example
White with #DCC869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC869; }
p { color: rgb(220,200,105); }
H1.HeaderClassName
{
color: #DCC869;
}
.AnyTagClassName
{
color: #DCC869;
}
</style>
background-color css
<style>
a { background-color: #DCC869; }
a { background-color: rgb(220,200,105); }
div.DivClassName
{
background-color: #DCC869;
}
.BgClassName
{
background-color: #DCC869;
}
</style>
border-color css
<style>
span { border-color: #DCC869; }
span { border-color: rgb(220,200,105); }
td.TdClassName
{
border-color: #DCC869;
}
.TagClassName
{
border-color: #DCC869;
}
</style>