Shades of Chenin #DCCA68
Tints of Chenin #DCCA68
RGB
CMYK
RGB Variations
Color information
#DCCA68 (or 0xDCCA68) is known color: Chenin. HEX triplet: DC, CA and 68. RGB value is (220,202,104). Sum of RGB (Red+Green+Blue) = 220+202+104=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA68 is #233597. Grayscale: #C4C4C4. Windows color (decimal): -2307480 or 6867676. OLE color: 6867676.
HSL color Cylindrical-coordinate representation of color #DCCA68: hue angle of 50.69º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCCA68 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 104 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.14 |
| HSL | 50.69º | 0.62% | 0.64% | - |
| HSV(B) | 50.69º | 0.53% | 0.86% | - |
| XYZ | 53.13 | 58.46 | 21.58 | - |
| YUV | 196.21 | 75.96 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 104 | 0 | 0.08 | 0.53 | 0.14 | 50.69 | 0.62 | 0.64 |
| Hex | DC | CA | 68 | 0 | 8 | 35 | E | 33 | 3E | 40 |
| Octal | 334 | 312 | 150 | 0 | 10 | 65 | 16 | 63 | 76 | 100 |
| Binary | 11011100 | 11001010 | 1101000 | 0 | 1000 | 110101 | 1110 | 110011 | 111110 | 1000000 |
Color Harmonies of #DCCA68
Complementary color
Monochromatic Colors of #DCCA68
Black with #DCCA68
Text Example
Text Example
White with #DCCA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA68; }
p { color: rgb(220,202,104); }
H1.HeaderClassName
{
color: #DCCA68;
}
.AnyTagClassName
{
color: #DCCA68;
}
</style>
background-color css
<style>
a { background-color: #DCCA68; }
a { background-color: rgb(220,202,104); }
div.DivClassName
{
background-color: #DCCA68;
}
.BgClassName
{
background-color: #DCCA68;
}
</style>
border-color css
<style>
span { border-color: #DCCA68; }
span { border-color: rgb(220,202,104); }
td.TdClassName
{
border-color: #DCCA68;
}
.TagClassName
{
border-color: #DCCA68;
}
</style>