Shades of Chenin #DCC169
Tints of Chenin #DCC169
RGB
CMYK
RGB Variations
Color information
#DCC169 (or 0xDCC169) is known color: Chenin. HEX triplet: DC, C1 and 69. RGB value is (220,193,105). Sum of RGB (Red+Green+Blue) = 220+193+105=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC169 is #233E96. Grayscale: #BFBFBF. Windows color (decimal): -2309783 or 6930908. OLE color: 6930908.
HSL color Cylindrical-coordinate representation of color #DCC169: hue angle of 45.91º 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 #DCC169 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 105 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.14 |
| HSL | 45.91º | 0.62% | 0.64% | - |
| HSV(B) | 45.91º | 0.52% | 0.86% | - |
| XYZ | 51.13 | 54.38 | 21.17 | - |
| YUV | 191.04 | 79.45 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 105 | 0 | 0.12 | 0.52 | 0.14 | 45.91 | 0.62 | 0.64 |
| Hex | DC | C1 | 69 | 0 | C | 34 | E | 2E | 3E | 40 |
| Octal | 334 | 301 | 151 | 0 | 14 | 64 | 16 | 56 | 76 | 100 |
| Binary | 11011100 | 11000001 | 1101001 | 0 | 1100 | 110100 | 1110 | 101110 | 111110 | 1000000 |
Color Harmonies of #DCC169
Complementary color
Monochromatic Colors of #DCC169
Black with #DCC169
Text Example
Text Example
White with #DCC169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC169; }
p { color: rgb(220,193,105); }
H1.HeaderClassName
{
color: #DCC169;
}
.AnyTagClassName
{
color: #DCC169;
}
</style>
background-color css
<style>
a { background-color: #DCC169; }
a { background-color: rgb(220,193,105); }
div.DivClassName
{
background-color: #DCC169;
}
.BgClassName
{
background-color: #DCC169;
}
</style>
border-color css
<style>
span { border-color: #DCC169; }
span { border-color: rgb(220,193,105); }
td.TdClassName
{
border-color: #DCC169;
}
.TagClassName
{
border-color: #DCC169;
}
</style>