Shades of Chenin #DCC769
Tints of Chenin #DCC769
RGB
CMYK
RGB Variations
Color information
#DCC769 (or 0xDCC769) is known color: Chenin. HEX triplet: DC, C7 and 69. RGB value is (220,199,105). Sum of RGB (Red+Green+Blue) = 220+199+105=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC769 is #233896. Grayscale: #C2C2C2. Windows color (decimal): -2308247 or 6932444. OLE color: 6932444.
HSL color Cylindrical-coordinate representation of color #DCC769: hue angle of 49.04º 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 #DCC769 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 105 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.14 |
| HSL | 49.04º | 0.62% | 0.64% | - |
| HSV(B) | 49.04º | 0.52% | 0.86% | - |
| XYZ | 52.49 | 57.08 | 21.62 | - |
| YUV | 194.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 105 | 0 | 0.10 | 0.52 | 0.14 | 49.04 | 0.62 | 0.64 |
| Hex | DC | C7 | 69 | 0 | A | 34 | E | 31 | 3E | 40 |
| Octal | 334 | 307 | 151 | 0 | 12 | 64 | 16 | 61 | 76 | 100 |
| Binary | 11011100 | 11000111 | 1101001 | 0 | 1010 | 110100 | 1110 | 110001 | 111110 | 1000000 |
Color Harmonies of #DCC769
Complementary color
Monochromatic Colors of #DCC769
Black with #DCC769
Text Example
Text Example
White with #DCC769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC769; }
p { color: rgb(220,199,105); }
H1.HeaderClassName
{
color: #DCC769;
}
.AnyTagClassName
{
color: #DCC769;
}
</style>
background-color css
<style>
a { background-color: #DCC769; }
a { background-color: rgb(220,199,105); }
div.DivClassName
{
background-color: #DCC769;
}
.BgClassName
{
background-color: #DCC769;
}
</style>
border-color css
<style>
span { border-color: #DCC769; }
span { border-color: rgb(220,199,105); }
td.TdClassName
{
border-color: #DCC769;
}
.TagClassName
{
border-color: #DCC769;
}
</style>