Shades of Chenin #DDC36E
Tints of Chenin #DDC36E
RGB
CMYK
RGB Variations
Color information
#DDC36E (or 0xDDC36E) is known color: Chenin. HEX triplet: DD, C3 and 6E. RGB value is (221,195,110). Sum of RGB (Red+Green+Blue) = 221+195+110=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC36E is #223C91. Grayscale: #C1C1C1. Windows color (decimal): -2243730 or 7259101. OLE color: 7259101.
HSL color Cylindrical-coordinate representation of color #DDC36E: hue angle of 45.95º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDC36E is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 110 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.13 |
| HSL | 45.95º | 0.62% | 0.65% | - |
| HSV(B) | 45.95º | 0.5% | 0.87% | - |
| XYZ | 52.15 | 55.53 | 22.72 | - |
| YUV | 193.08 | 81.11 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 110 | 0 | 0.12 | 0.50 | 0.13 | 45.95 | 0.62 | 0.65 |
| Hex | DD | C3 | 6E | 0 | C | 32 | D | 2E | 3E | 41 |
| Octal | 335 | 303 | 156 | 0 | 14 | 62 | 15 | 56 | 76 | 101 |
| Binary | 11011101 | 11000011 | 1101110 | 0 | 1100 | 110010 | 1101 | 101110 | 111110 | 1000001 |
Color Harmonies of #DDC36E
Complementary color
Monochromatic Colors of #DDC36E
Black with #DDC36E
Text Example
Text Example
White with #DDC36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC36E; }
p { color: rgb(221,195,110); }
H1.HeaderClassName
{
color: #DDC36E;
}
.AnyTagClassName
{
color: #DDC36E;
}
</style>
background-color css
<style>
a { background-color: #DDC36E; }
a { background-color: rgb(221,195,110); }
div.DivClassName
{
background-color: #DDC36E;
}
.BgClassName
{
background-color: #DDC36E;
}
</style>
border-color css
<style>
span { border-color: #DDC36E; }
span { border-color: rgb(221,195,110); }
td.TdClassName
{
border-color: #DDC36E;
}
.TagClassName
{
border-color: #DDC36E;
}
</style>