Shades of Chenin #DCC965
Tints of Chenin #DCC965
RGB
CMYK
RGB Variations
Color information
#DCC965 (or 0xDCC965) is known color: Chenin. HEX triplet: DC, C9 and 65. RGB value is (220,201,101). Sum of RGB (Red+Green+Blue) = 220+201+101=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC965 is #23369A. Grayscale: #C3C3C3. Windows color (decimal): -2307739 or 6670812. OLE color: 6670812.
HSL color Cylindrical-coordinate representation of color #DCC965: hue angle of 50.42º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCC965 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 101 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.14 |
| HSL | 50.42º | 0.63% | 0.63% | - |
| HSV(B) | 50.42º | 0.54% | 0.86% | - |
| XYZ | 52.75 | 57.93 | 20.71 | - |
| YUV | 195.28 | 74.79 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 101 | 0 | 0.09 | 0.54 | 0.14 | 50.42 | 0.63 | 0.63 |
| Hex | DC | C9 | 65 | 0 | 9 | 36 | E | 32 | 3F | 3F |
| Octal | 334 | 311 | 145 | 0 | 11 | 66 | 16 | 62 | 77 | 77 |
| Binary | 11011100 | 11001001 | 1100101 | 0 | 1001 | 110110 | 1110 | 110010 | 111111 | 111111 |
Color Harmonies of #DCC965
Complementary color
Monochromatic Colors of #DCC965
Black with #DCC965
Text Example
Text Example
White with #DCC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC965; }
p { color: rgb(220,201,101); }
H1.HeaderClassName
{
color: #DCC965;
}
.AnyTagClassName
{
color: #DCC965;
}
</style>
background-color css
<style>
a { background-color: #DCC965; }
a { background-color: rgb(220,201,101); }
div.DivClassName
{
background-color: #DCC965;
}
.BgClassName
{
background-color: #DCC965;
}
</style>
border-color css
<style>
span { border-color: #DCC965; }
span { border-color: rgb(220,201,101); }
td.TdClassName
{
border-color: #DCC965;
}
.TagClassName
{
border-color: #DCC965;
}
</style>