Shades of Chenin #DDC46A
Tints of Chenin #DDC46A
RGB
CMYK
RGB Variations
Color information
#DDC46A (or 0xDDC46A) is known color: Chenin. HEX triplet: DD, C4 and 6A. RGB value is (221,196,106). Sum of RGB (Red+Green+Blue) = 221+196+106=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC46A is #223B95. Grayscale: #C1C1C1. Windows color (decimal): -2243478 or 6997213. OLE color: 6997213.
HSL color Cylindrical-coordinate representation of color #DDC46A: hue angle of 46.96º 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 #DDC46A is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 106 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.13 |
| HSL | 46.96º | 0.63% | 0.64% | - |
| HSV(B) | 46.96º | 0.52% | 0.87% | - |
| XYZ | 52.16 | 55.89 | 21.67 | - |
| YUV | 193.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 106 | 0 | 0.11 | 0.52 | 0.13 | 46.96 | 0.63 | 0.64 |
| Hex | DD | C4 | 6A | 0 | B | 34 | D | 2F | 3F | 40 |
| Octal | 335 | 304 | 152 | 0 | 13 | 64 | 15 | 57 | 77 | 100 |
| Binary | 11011101 | 11000100 | 1101010 | 0 | 1011 | 110100 | 1101 | 101111 | 111111 | 1000000 |
Color Harmonies of #DDC46A
Complementary color
Monochromatic Colors of #DDC46A
Black with #DDC46A
Text Example
Text Example
White with #DDC46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC46A; }
p { color: rgb(221,196,106); }
H1.HeaderClassName
{
color: #DDC46A;
}
.AnyTagClassName
{
color: #DDC46A;
}
</style>
background-color css
<style>
a { background-color: #DDC46A; }
a { background-color: rgb(221,196,106); }
div.DivClassName
{
background-color: #DDC46A;
}
.BgClassName
{
background-color: #DDC46A;
}
</style>
border-color css
<style>
span { border-color: #DDC46A; }
span { border-color: rgb(221,196,106); }
td.TdClassName
{
border-color: #DDC46A;
}
.TagClassName
{
border-color: #DDC46A;
}
</style>