Shades of Chenin #DDC16D
Tints of Chenin #DDC16D
RGB
CMYK
RGB Variations
Color information
#DDC16D (or 0xDDC16D) is known color: Chenin. HEX triplet: DD, C1 and 6D. RGB value is (221,193,109). Sum of RGB (Red+Green+Blue) = 221+193+109=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC16D is #223E92. Grayscale: #C0C0C0. Windows color (decimal): -2244243 or 7193053. OLE color: 7193053.
HSL color Cylindrical-coordinate representation of color #DDC16D: hue angle of 45º 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 #DDC16D is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 109 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.13 |
| HSL | 45º | 0.62% | 0.65% | - |
| HSV(B) | 45º | 0.51% | 0.87% | - |
| XYZ | 51.65 | 54.62 | 22.29 | - |
| YUV | 191.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 109 | 0 | 0.13 | 0.51 | 0.13 | 45 | 0.62 | 0.65 |
| Hex | DD | C1 | 6D | 0 | D | 33 | D | 2D | 3E | 41 |
| Octal | 335 | 301 | 155 | 0 | 15 | 63 | 15 | 55 | 76 | 101 |
| Binary | 11011101 | 11000001 | 1101101 | 0 | 1101 | 110011 | 1101 | 101101 | 111110 | 1000001 |
Color Harmonies of #DDC16D
Complementary color
Monochromatic Colors of #DDC16D
Black with #DDC16D
Text Example
Text Example
White with #DDC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC16D; }
p { color: rgb(221,193,109); }
H1.HeaderClassName
{
color: #DDC16D;
}
.AnyTagClassName
{
color: #DDC16D;
}
</style>
background-color css
<style>
a { background-color: #DDC16D; }
a { background-color: rgb(221,193,109); }
div.DivClassName
{
background-color: #DDC16D;
}
.BgClassName
{
background-color: #DDC16D;
}
</style>
border-color css
<style>
span { border-color: #DDC16D; }
span { border-color: rgb(221,193,109); }
td.TdClassName
{
border-color: #DDC16D;
}
.TagClassName
{
border-color: #DDC16D;
}
</style>