Shades of Chenin #DCC765
Tints of Chenin #DCC765
RGB
CMYK
RGB Variations
Color information
#DCC765 (or 0xDCC765) is known color: Chenin. HEX triplet: DC, C7 and 65. RGB value is (220,199,101). Sum of RGB (Red+Green+Blue) = 220+199+101=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC765 is #23389A. Grayscale: #C2C2C2. Windows color (decimal): -2308251 or 6670300. OLE color: 6670300.
HSL color Cylindrical-coordinate representation of color #DCC765: hue angle of 49.41º 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 #DCC765 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 101 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.14 |
| HSL | 49.41º | 0.63% | 0.63% | - |
| HSV(B) | 49.41º | 0.54% | 0.86% | - |
| XYZ | 52.29 | 57 | 20.56 | - |
| YUV | 194.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 101 | 0 | 0.10 | 0.54 | 0.14 | 49.41 | 0.63 | 0.63 |
| Hex | DC | C7 | 65 | 0 | A | 36 | E | 31 | 3F | 3F |
| Octal | 334 | 307 | 145 | 0 | 12 | 66 | 16 | 61 | 77 | 77 |
| Binary | 11011100 | 11000111 | 1100101 | 0 | 1010 | 110110 | 1110 | 110001 | 111111 | 111111 |
Color Harmonies of #DCC765
Complementary color
Monochromatic Colors of #DCC765
Black with #DCC765
Text Example
Text Example
White with #DCC765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC765; }
p { color: rgb(220,199,101); }
H1.HeaderClassName
{
color: #DCC765;
}
.AnyTagClassName
{
color: #DCC765;
}
</style>
background-color css
<style>
a { background-color: #DCC765; }
a { background-color: rgb(220,199,101); }
div.DivClassName
{
background-color: #DCC765;
}
.BgClassName
{
background-color: #DCC765;
}
</style>
border-color css
<style>
span { border-color: #DCC765; }
span { border-color: rgb(220,199,101); }
td.TdClassName
{
border-color: #DCC765;
}
.TagClassName
{
border-color: #DCC765;
}
</style>