Shades of Chenin #DCC36B
Tints of Chenin #DCC36B
RGB
CMYK
RGB Variations
Color information
#DCC36B (or 0xDCC36B) is known color: Chenin. HEX triplet: DC, C3 and 6B. RGB value is (220,195,107). Sum of RGB (Red+Green+Blue) = 220+195+107=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC36B is #233C94. Grayscale: #C0C0C0. Windows color (decimal): -2309269 or 7062492. OLE color: 7062492.
HSL color Cylindrical-coordinate representation of color #DCC36B: hue angle of 46.73º 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 #DCC36B is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 107 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.14 |
| HSL | 46.73º | 0.62% | 0.64% | - |
| HSV(B) | 46.73º | 0.51% | 0.86% | - |
| XYZ | 51.68 | 55.31 | 21.86 | - |
| YUV | 192.44 | 79.78 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 107 | 0 | 0.11 | 0.51 | 0.14 | 46.73 | 0.62 | 0.64 |
| Hex | DC | C3 | 6B | 0 | B | 33 | E | 2F | 3E | 40 |
| Octal | 334 | 303 | 153 | 0 | 13 | 63 | 16 | 57 | 76 | 100 |
| Binary | 11011100 | 11000011 | 1101011 | 0 | 1011 | 110011 | 1110 | 101111 | 111110 | 1000000 |
Color Harmonies of #DCC36B
Complementary color
Monochromatic Colors of #DCC36B
Black with #DCC36B
Text Example
Text Example
White with #DCC36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC36B; }
p { color: rgb(220,195,107); }
H1.HeaderClassName
{
color: #DCC36B;
}
.AnyTagClassName
{
color: #DCC36B;
}
</style>
background-color css
<style>
a { background-color: #DCC36B; }
a { background-color: rgb(220,195,107); }
div.DivClassName
{
background-color: #DCC36B;
}
.BgClassName
{
background-color: #DCC36B;
}
</style>
border-color css
<style>
span { border-color: #DCC36B; }
span { border-color: rgb(220,195,107); }
td.TdClassName
{
border-color: #DCC36B;
}
.TagClassName
{
border-color: #DCC36B;
}
</style>