Shades of Chenin #DDC16A
Tints of Chenin #DDC16A
RGB
CMYK
RGB Variations
Color information
#DDC16A (or 0xDDC16A) is known color: Chenin. HEX triplet: DD, C1 and 6A. RGB value is (221,193,106). Sum of RGB (Red+Green+Blue) = 221+193+106=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC16A is #223E95. Grayscale: #BFBFBF. Windows color (decimal): -2244246 or 6996445. OLE color: 6996445.
HSL color Cylindrical-coordinate representation of color #DDC16A: hue angle of 45.39º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDC16A is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 106 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.13 |
| HSL | 45.39º | 0.63% | 0.64% | - |
| HSV(B) | 45.39º | 0.52% | 0.87% | - |
| XYZ | 51.49 | 54.55 | 21.45 | - |
| YUV | 191.45 | 79.78 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 106 | 0 | 0.13 | 0.52 | 0.13 | 45.39 | 0.63 | 0.64 |
| Hex | DD | C1 | 6A | 0 | D | 34 | D | 2D | 3F | 40 |
| Octal | 335 | 301 | 152 | 0 | 15 | 64 | 15 | 55 | 77 | 100 |
| Binary | 11011101 | 11000001 | 1101010 | 0 | 1101 | 110100 | 1101 | 101101 | 111111 | 1000000 |
Color Harmonies of #DDC16A
Complementary color
Monochromatic Colors of #DDC16A
Black with #DDC16A
Text Example
Text Example
White with #DDC16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC16A; }
p { color: rgb(221,193,106); }
H1.HeaderClassName
{
color: #DDC16A;
}
.AnyTagClassName
{
color: #DDC16A;
}
</style>
background-color css
<style>
a { background-color: #DDC16A; }
a { background-color: rgb(221,193,106); }
div.DivClassName
{
background-color: #DDC16A;
}
.BgClassName
{
background-color: #DDC16A;
}
</style>
border-color css
<style>
span { border-color: #DDC16A; }
span { border-color: rgb(221,193,106); }
td.TdClassName
{
border-color: #DDC16A;
}
.TagClassName
{
border-color: #DDC16A;
}
</style>