Shades of Chenin #DCC273
Tints of Chenin #DCC273
RGB
CMYK
RGB Variations
Color information
#DCC273 (or 0xDCC273) is known color: Chenin. HEX triplet: DC, C2 and 73. RGB value is (220,194,115). Sum of RGB (Red+Green+Blue) = 220+194+115=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC273 is #233D8C. Grayscale: #C1C1C1. Windows color (decimal): -2309517 or 7586524. OLE color: 7586524.
HSL color Cylindrical-coordinate representation of color #DCC273: hue angle of 45.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCC273 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 115 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.14 |
| HSL | 45.14º | 0.6% | 0.66% | - |
| HSV(B) | 45.14º | 0.48% | 0.86% | - |
| XYZ | 51.9 | 55.04 | 24.11 | - |
| YUV | 192.77 | 84.11 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 115 | 0 | 0.12 | 0.48 | 0.14 | 45.14 | 0.6 | 0.66 |
| Hex | DC | C2 | 73 | 0 | C | 30 | E | 2D | 3C | 42 |
| Octal | 334 | 302 | 163 | 0 | 14 | 60 | 16 | 55 | 74 | 102 |
| Binary | 11011100 | 11000010 | 1110011 | 0 | 1100 | 110000 | 1110 | 101101 | 111100 | 1000010 |
Color Harmonies of #DCC273
Complementary color
Monochromatic Colors of #DCC273
Black with #DCC273
Text Example
Text Example
White with #DCC273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC273; }
p { color: rgb(220,194,115); }
H1.HeaderClassName
{
color: #DCC273;
}
.AnyTagClassName
{
color: #DCC273;
}
</style>
background-color css
<style>
a { background-color: #DCC273; }
a { background-color: rgb(220,194,115); }
div.DivClassName
{
background-color: #DCC273;
}
.BgClassName
{
background-color: #DCC273;
}
</style>
border-color css
<style>
span { border-color: #DCC273; }
span { border-color: rgb(220,194,115); }
td.TdClassName
{
border-color: #DCC273;
}
.TagClassName
{
border-color: #DCC273;
}
</style>