Shades of Chenin #DCCB6D
Tints of Chenin #DCCB6D
RGB
CMYK
RGB Variations
Color information
#DCCB6D (or 0xDCCB6D) is known color: Chenin. HEX triplet: DC, CB and 6D. RGB value is (220,203,109). Sum of RGB (Red+Green+Blue) = 220+203+109=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 109 (42.97% from 255 or 20.49% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB6D is #233492. Grayscale: #C5C5C5. Windows color (decimal): -2307219 or 7195612. OLE color: 7195612.
HSL color Cylindrical-coordinate representation of color #DCCB6D: hue angle of 50.81º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCCB6D is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 109 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.14 |
| HSL | 50.81º | 0.61% | 0.65% | - |
| HSV(B) | 50.81º | 0.5% | 0.86% | - |
| XYZ | 53.63 | 59.03 | 23.04 | - |
| YUV | 197.37 | 78.13 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 109 | 0 | 0.08 | 0.50 | 0.14 | 50.81 | 0.61 | 0.65 |
| Hex | DC | CB | 6D | 0 | 8 | 32 | E | 33 | 3D | 41 |
| Octal | 334 | 313 | 155 | 0 | 10 | 62 | 16 | 63 | 75 | 101 |
| Binary | 11011100 | 11001011 | 1101101 | 0 | 1000 | 110010 | 1110 | 110011 | 111101 | 1000001 |
Color Harmonies of #DCCB6D
Complementary color
Monochromatic Colors of #DCCB6D
Black with #DCCB6D
Text Example
Text Example
White with #DCCB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB6D; }
p { color: rgb(220,203,109); }
H1.HeaderClassName
{
color: #DCCB6D;
}
.AnyTagClassName
{
color: #DCCB6D;
}
</style>
background-color css
<style>
a { background-color: #DCCB6D; }
a { background-color: rgb(220,203,109); }
div.DivClassName
{
background-color: #DCCB6D;
}
.BgClassName
{
background-color: #DCCB6D;
}
</style>
border-color css
<style>
span { border-color: #DCCB6D; }
span { border-color: rgb(220,203,109); }
td.TdClassName
{
border-color: #DCCB6D;
}
.TagClassName
{
border-color: #DCCB6D;
}
</style>