Shades of Chenin #DCCA72
Tints of Chenin #DCCA72
RGB
CMYK
RGB Variations
Color information
#DCCA72 (or 0xDCCA72) is known color: Chenin. HEX triplet: DC, CA and 72. RGB value is (220,202,114). Sum of RGB (Red+Green+Blue) = 220+202+114=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA72 is #23358D. Grayscale: #C5C5C5. Windows color (decimal): -2307470 or 7523036. OLE color: 7523036.
HSL color Cylindrical-coordinate representation of color #DCCA72: hue angle of 49.81º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCCA72 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 114 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.14 |
| HSL | 49.81º | 0.6% | 0.65% | - |
| HSV(B) | 49.81º | 0.48% | 0.86% | - |
| XYZ | 53.67 | 58.67 | 24.42 | - |
| YUV | 197.35 | 80.96 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 114 | 0 | 0.08 | 0.48 | 0.14 | 49.81 | 0.6 | 0.65 |
| Hex | DC | CA | 72 | 0 | 8 | 30 | E | 32 | 3C | 41 |
| Octal | 334 | 312 | 162 | 0 | 10 | 60 | 16 | 62 | 74 | 101 |
| Binary | 11011100 | 11001010 | 1110010 | 0 | 1000 | 110000 | 1110 | 110010 | 111100 | 1000001 |
Color Harmonies of #DCCA72
Complementary color
Monochromatic Colors of #DCCA72
Black with #DCCA72
Text Example
Text Example
White with #DCCA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA72; }
p { color: rgb(220,202,114); }
H1.HeaderClassName
{
color: #DCCA72;
}
.AnyTagClassName
{
color: #DCCA72;
}
</style>
background-color css
<style>
a { background-color: #DCCA72; }
a { background-color: rgb(220,202,114); }
div.DivClassName
{
background-color: #DCCA72;
}
.BgClassName
{
background-color: #DCCA72;
}
</style>
border-color css
<style>
span { border-color: #DCCA72; }
span { border-color: rgb(220,202,114); }
td.TdClassName
{
border-color: #DCCA72;
}
.TagClassName
{
border-color: #DCCA72;
}
</style>