Shades of Chenin #DCC967
Tints of Chenin #DCC967
RGB
CMYK
RGB Variations
Color information
#DCC967 (or 0xDCC967) is known color: Chenin. HEX triplet: DC, C9 and 67. RGB value is (220,201,103). Sum of RGB (Red+Green+Blue) = 220+201+103=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC967 is #233698. Grayscale: #C3C3C3. Windows color (decimal): -2307737 or 6801884. OLE color: 6801884.
HSL color Cylindrical-coordinate representation of color #DCC967: hue angle of 50.26º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCC967 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 103 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.14 |
| HSL | 50.26º | 0.63% | 0.63% | - |
| HSV(B) | 50.26º | 0.53% | 0.86% | - |
| XYZ | 52.85 | 57.97 | 21.24 | - |
| YUV | 195.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 103 | 0 | 0.09 | 0.53 | 0.14 | 50.26 | 0.63 | 0.63 |
| Hex | DC | C9 | 67 | 0 | 9 | 35 | E | 32 | 3F | 3F |
| Octal | 334 | 311 | 147 | 0 | 11 | 65 | 16 | 62 | 77 | 77 |
| Binary | 11011100 | 11001001 | 1100111 | 0 | 1001 | 110101 | 1110 | 110010 | 111111 | 111111 |
Color Harmonies of #DCC967
Complementary color
Monochromatic Colors of #DCC967
Black with #DCC967
Text Example
Text Example
White with #DCC967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC967; }
p { color: rgb(220,201,103); }
H1.HeaderClassName
{
color: #DCC967;
}
.AnyTagClassName
{
color: #DCC967;
}
</style>
background-color css
<style>
a { background-color: #DCC967; }
a { background-color: rgb(220,201,103); }
div.DivClassName
{
background-color: #DCC967;
}
.BgClassName
{
background-color: #DCC967;
}
</style>
border-color css
<style>
span { border-color: #DCC967; }
span { border-color: rgb(220,201,103); }
td.TdClassName
{
border-color: #DCC967;
}
.TagClassName
{
border-color: #DCC967;
}
</style>