Shades of Chenin #DDC36D
Tints of Chenin #DDC36D
RGB
CMYK
RGB Variations
Color information
#DDC36D (or 0xDDC36D) is known color: Chenin. HEX triplet: DD, C3 and 6D. RGB value is (221,195,109). Sum of RGB (Red+Green+Blue) = 221+195+109=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC36D is #223C92. Grayscale: #C1C1C1. Windows color (decimal): -2243731 or 7193565. OLE color: 7193565.
HSL color Cylindrical-coordinate representation of color #DDC36D: hue angle of 46.07º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDC36D is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 109 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.13 |
| HSL | 46.07º | 0.62% | 0.65% | - |
| HSV(B) | 46.07º | 0.51% | 0.87% | - |
| XYZ | 52.09 | 55.51 | 22.44 | - |
| YUV | 192.97 | 80.61 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 109 | 0 | 0.12 | 0.51 | 0.13 | 46.07 | 0.62 | 0.65 |
| Hex | DD | C3 | 6D | 0 | C | 33 | D | 2E | 3E | 41 |
| Octal | 335 | 303 | 155 | 0 | 14 | 63 | 15 | 56 | 76 | 101 |
| Binary | 11011101 | 11000011 | 1101101 | 0 | 1100 | 110011 | 1101 | 101110 | 111110 | 1000001 |
Color Harmonies of #DDC36D
Complementary color
Monochromatic Colors of #DDC36D
Black with #DDC36D
Text Example
Text Example
White with #DDC36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC36D; }
p { color: rgb(221,195,109); }
H1.HeaderClassName
{
color: #DDC36D;
}
.AnyTagClassName
{
color: #DDC36D;
}
</style>
background-color css
<style>
a { background-color: #DDC36D; }
a { background-color: rgb(221,195,109); }
div.DivClassName
{
background-color: #DDC36D;
}
.BgClassName
{
background-color: #DDC36D;
}
</style>
border-color css
<style>
span { border-color: #DDC36D; }
span { border-color: rgb(221,195,109); }
td.TdClassName
{
border-color: #DDC36D;
}
.TagClassName
{
border-color: #DDC36D;
}
</style>