Shades of Chenin #DCC369
Tints of Chenin #DCC369
RGB
CMYK
RGB Variations
Color information
#DCC369 (or 0xDCC369) is known color: Chenin. HEX triplet: DC, C3 and 69. RGB value is (220,195,105). Sum of RGB (Red+Green+Blue) = 220+195+105=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC369 is #233C96. Grayscale: #C0C0C0. Windows color (decimal): -2309271 or 6931420. OLE color: 6931420.
HSL color Cylindrical-coordinate representation of color #DCC369: hue angle of 46.96º 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 #DCC369 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 105 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.14 |
| HSL | 46.96º | 0.62% | 0.64% | - |
| HSV(B) | 46.96º | 0.52% | 0.86% | - |
| XYZ | 51.58 | 55.27 | 21.31 | - |
| YUV | 192.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 105 | 0 | 0.11 | 0.52 | 0.14 | 46.96 | 0.62 | 0.64 |
| Hex | DC | C3 | 69 | 0 | B | 34 | E | 2F | 3E | 40 |
| Octal | 334 | 303 | 151 | 0 | 13 | 64 | 16 | 57 | 76 | 100 |
| Binary | 11011100 | 11000011 | 1101001 | 0 | 1011 | 110100 | 1110 | 101111 | 111110 | 1000000 |
Color Harmonies of #DCC369
Complementary color
Monochromatic Colors of #DCC369
Black with #DCC369
Text Example
Text Example
White with #DCC369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC369; }
p { color: rgb(220,195,105); }
H1.HeaderClassName
{
color: #DCC369;
}
.AnyTagClassName
{
color: #DCC369;
}
</style>
background-color css
<style>
a { background-color: #DCC369; }
a { background-color: rgb(220,195,105); }
div.DivClassName
{
background-color: #DCC369;
}
.BgClassName
{
background-color: #DCC369;
}
</style>
border-color css
<style>
span { border-color: #DCC369; }
span { border-color: rgb(220,195,105); }
td.TdClassName
{
border-color: #DCC369;
}
.TagClassName
{
border-color: #DCC369;
}
</style>