Shades of Chenin #DCCA67
Tints of Chenin #DCCA67
RGB
CMYK
RGB Variations
Color information
#DCCA67 (or 0xDCCA67) is known color: Chenin. HEX triplet: DC, CA and 67. RGB value is (220,202,103). Sum of RGB (Red+Green+Blue) = 220+202+103=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 103 (40.62% from 255 or 19.62% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA67 is #233598. Grayscale: #C4C4C4. Windows color (decimal): -2307481 or 6802140. OLE color: 6802140.
HSL color Cylindrical-coordinate representation of color #DCCA67: hue angle of 50.77º 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 #DCCA67 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 103 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.14 |
| HSL | 50.77º | 0.63% | 0.63% | - |
| HSV(B) | 50.77º | 0.53% | 0.86% | - |
| XYZ | 53.08 | 58.44 | 21.31 | - |
| YUV | 196.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 103 | 0 | 0.08 | 0.53 | 0.14 | 50.77 | 0.63 | 0.63 |
| Hex | DC | CA | 67 | 0 | 8 | 35 | E | 33 | 3F | 3F |
| Octal | 334 | 312 | 147 | 0 | 10 | 65 | 16 | 63 | 77 | 77 |
| Binary | 11011100 | 11001010 | 1100111 | 0 | 1000 | 110101 | 1110 | 110011 | 111111 | 111111 |
Color Harmonies of #DCCA67
Complementary color
Monochromatic Colors of #DCCA67
Black with #DCCA67
Text Example
Text Example
White with #DCCA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA67; }
p { color: rgb(220,202,103); }
H1.HeaderClassName
{
color: #DCCA67;
}
.AnyTagClassName
{
color: #DCCA67;
}
</style>
background-color css
<style>
a { background-color: #DCCA67; }
a { background-color: rgb(220,202,103); }
div.DivClassName
{
background-color: #DCCA67;
}
.BgClassName
{
background-color: #DCCA67;
}
</style>
border-color css
<style>
span { border-color: #DCCA67; }
span { border-color: rgb(220,202,103); }
td.TdClassName
{
border-color: #DCCA67;
}
.TagClassName
{
border-color: #DCCA67;
}
</style>