Shades of Chenin #DCCA6B
Tints of Chenin #DCCA6B
RGB
CMYK
RGB Variations
Color information
#DCCA6B (or 0xDCCA6B) is known color: Chenin. HEX triplet: DC, CA and 6B. RGB value is (220,202,107). Sum of RGB (Red+Green+Blue) = 220+202+107=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA6B is #233594. Grayscale: #C4C4C4. Windows color (decimal): -2307477 or 7064284. OLE color: 7064284.
HSL color Cylindrical-coordinate representation of color #DCCA6B: hue angle of 50.44º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCCA6B is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 107 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.14 |
| HSL | 50.44º | 0.62% | 0.64% | - |
| HSV(B) | 50.44º | 0.51% | 0.86% | - |
| XYZ | 53.29 | 58.52 | 22.4 | - |
| YUV | 196.55 | 77.46 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 107 | 0 | 0.08 | 0.51 | 0.14 | 50.44 | 0.62 | 0.64 |
| Hex | DC | CA | 6B | 0 | 8 | 33 | E | 32 | 3E | 40 |
| Octal | 334 | 312 | 153 | 0 | 10 | 63 | 16 | 62 | 76 | 100 |
| Binary | 11011100 | 11001010 | 1101011 | 0 | 1000 | 110011 | 1110 | 110010 | 111110 | 1000000 |
Color Harmonies of #DCCA6B
Complementary color
Monochromatic Colors of #DCCA6B
Black with #DCCA6B
Text Example
Text Example
White with #DCCA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA6B; }
p { color: rgb(220,202,107); }
H1.HeaderClassName
{
color: #DCCA6B;
}
.AnyTagClassName
{
color: #DCCA6B;
}
</style>
background-color css
<style>
a { background-color: #DCCA6B; }
a { background-color: rgb(220,202,107); }
div.DivClassName
{
background-color: #DCCA6B;
}
.BgClassName
{
background-color: #DCCA6B;
}
</style>
border-color css
<style>
span { border-color: #DCCA6B; }
span { border-color: rgb(220,202,107); }
td.TdClassName
{
border-color: #DCCA6B;
}
.TagClassName
{
border-color: #DCCA6B;
}
</style>