Shades of Chenin #DCCB6F
Tints of Chenin #DCCB6F
RGB
CMYK
RGB Variations
Color information
#DCCB6F (or 0xDCCB6F) is known color: Chenin. HEX triplet: DC, CB and 6F. RGB value is (220,203,111). Sum of RGB (Red+Green+Blue) = 220+203+111=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB6F is #233490. Grayscale: #C5C5C5. Windows color (decimal): -2307217 or 7326684. OLE color: 7326684.
HSL color Cylindrical-coordinate representation of color #DCCB6F: hue angle of 50.64º 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 #DCCB6F is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 111 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.14 |
| HSL | 50.64º | 0.61% | 0.65% | - |
| HSV(B) | 50.64º | 0.5% | 0.86% | - |
| XYZ | 53.74 | 59.08 | 23.61 | - |
| YUV | 197.6 | 79.13 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 111 | 0 | 0.08 | 0.50 | 0.14 | 50.64 | 0.61 | 0.65 |
| Hex | DC | CB | 6F | 0 | 8 | 32 | E | 33 | 3D | 41 |
| Octal | 334 | 313 | 157 | 0 | 10 | 62 | 16 | 63 | 75 | 101 |
| Binary | 11011100 | 11001011 | 1101111 | 0 | 1000 | 110010 | 1110 | 110011 | 111101 | 1000001 |
Color Harmonies of #DCCB6F
Complementary color
Monochromatic Colors of #DCCB6F
Black with #DCCB6F
Text Example
Text Example
White with #DCCB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB6F; }
p { color: rgb(220,203,111); }
H1.HeaderClassName
{
color: #DCCB6F;
}
.AnyTagClassName
{
color: #DCCB6F;
}
</style>
background-color css
<style>
a { background-color: #DCCB6F; }
a { background-color: rgb(220,203,111); }
div.DivClassName
{
background-color: #DCCB6F;
}
.BgClassName
{
background-color: #DCCB6F;
}
</style>
border-color css
<style>
span { border-color: #DCCB6F; }
span { border-color: rgb(220,203,111); }
td.TdClassName
{
border-color: #DCCB6F;
}
.TagClassName
{
border-color: #DCCB6F;
}
</style>