Shades of Chenin #DCCC69
Tints of Chenin #DCCC69
RGB
CMYK
RGB Variations
Color information
#DCCC69 (or 0xDCCC69) is known color: Chenin. HEX triplet: DC, CC and 69. RGB value is (220,204,105). Sum of RGB (Red+Green+Blue) = 220+204+105=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC69 is #233396. Grayscale: #C5C5C5. Windows color (decimal): -2306967 or 6933724. OLE color: 6933724.
HSL color Cylindrical-coordinate representation of color #DCCC69: hue angle of 51.65º 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 #DCCC69 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 105 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.14 |
| HSL | 51.65º | 0.62% | 0.64% | - |
| HSV(B) | 51.65º | 0.52% | 0.86% | - |
| XYZ | 53.66 | 59.42 | 22.01 | - |
| YUV | 197.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 105 | 0 | 0.07 | 0.52 | 0.14 | 51.65 | 0.62 | 0.64 |
| Hex | DC | CC | 69 | 0 | 7 | 34 | E | 34 | 3E | 40 |
| Octal | 334 | 314 | 151 | 0 | 7 | 64 | 16 | 64 | 76 | 100 |
| Binary | 11011100 | 11001100 | 1101001 | 0 | 111 | 110100 | 1110 | 110100 | 111110 | 1000000 |
Color Harmonies of #DCCC69
Complementary color
Monochromatic Colors of #DCCC69
Black with #DCCC69
Text Example
Text Example
White with #DCCC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC69; }
p { color: rgb(220,204,105); }
H1.HeaderClassName
{
color: #DCCC69;
}
.AnyTagClassName
{
color: #DCCC69;
}
</style>
background-color css
<style>
a { background-color: #DCCC69; }
a { background-color: rgb(220,204,105); }
div.DivClassName
{
background-color: #DCCC69;
}
.BgClassName
{
background-color: #DCCC69;
}
</style>
border-color css
<style>
span { border-color: #DCCC69; }
span { border-color: rgb(220,204,105); }
td.TdClassName
{
border-color: #DCCC69;
}
.TagClassName
{
border-color: #DCCC69;
}
</style>