Shades of Chenin #D0C46C
Tints of Chenin #D0C46C
RGB
CMYK
RGB Variations
Color information
#D0C46C (or 0xD0C46C) is known color: Chenin. HEX triplet: D0, C4 and 6C. RGB value is (208,196,108). Sum of RGB (Red+Green+Blue) = 208+196+108=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C46C is #2F3B93. Grayscale: #BDBDBD. Windows color (decimal): -3095444 or 7128272. OLE color: 7128272.
HSL color Cylindrical-coordinate representation of color #D0C46C: hue angle of 52.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0C46C is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 108 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.18 |
| HSL | 52.8º | 0.52% | 0.62% | - |
| HSV(B) | 52.8º | 0.48% | 0.82% | - |
| XYZ | 48.46 | 53.97 | 22.05 | - |
| YUV | 189.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 108 | 0 | 0.06 | 0.48 | 0.18 | 52.8 | 0.52 | 0.62 |
| Hex | D0 | C4 | 6C | 0 | 6 | 30 | 12 | 35 | 34 | 3E |
| Octal | 320 | 304 | 154 | 0 | 6 | 60 | 22 | 65 | 64 | 76 |
| Binary | 11010000 | 11000100 | 1101100 | 0 | 110 | 110000 | 10010 | 110101 | 110100 | 111110 |
Color Harmonies of #D0C46C
Complementary color
Monochromatic Colors of #D0C46C
Black with #D0C46C
Text Example
Text Example
White with #D0C46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C46C; }
p { color: rgb(208,196,108); }
H1.HeaderClassName
{
color: #D0C46C;
}
.AnyTagClassName
{
color: #D0C46C;
}
</style>
background-color css
<style>
a { background-color: #D0C46C; }
a { background-color: rgb(208,196,108); }
div.DivClassName
{
background-color: #D0C46C;
}
.BgClassName
{
background-color: #D0C46C;
}
</style>
border-color css
<style>
span { border-color: #D0C46C; }
span { border-color: rgb(208,196,108); }
td.TdClassName
{
border-color: #D0C46C;
}
.TagClassName
{
border-color: #D0C46C;
}
</style>