Shades of Chenin #DDC46B
Tints of Chenin #DDC46B
RGB
CMYK
RGB Variations
Color information
#DDC46B (or 0xDDC46B) is known color: Chenin. HEX triplet: DD, C4 and 6B. RGB value is (221,196,107). Sum of RGB (Red+Green+Blue) = 221+196+107=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC46B is #223B94. Grayscale: #C1C1C1. Windows color (decimal): -2243477 or 7062749. OLE color: 7062749.
HSL color Cylindrical-coordinate representation of color #DDC46B: hue angle of 46.84º 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 #DDC46B is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 107 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.13 |
| HSL | 46.84º | 0.63% | 0.64% | - |
| HSV(B) | 46.84º | 0.52% | 0.87% | - |
| XYZ | 52.21 | 55.91 | 21.95 | - |
| YUV | 193.33 | 79.28 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 107 | 0 | 0.11 | 0.52 | 0.13 | 46.84 | 0.63 | 0.64 |
| Hex | DD | C4 | 6B | 0 | B | 34 | D | 2F | 3F | 40 |
| Octal | 335 | 304 | 153 | 0 | 13 | 64 | 15 | 57 | 77 | 100 |
| Binary | 11011101 | 11000100 | 1101011 | 0 | 1011 | 110100 | 1101 | 101111 | 111111 | 1000000 |
Color Harmonies of #DDC46B
Complementary color
Monochromatic Colors of #DDC46B
Black with #DDC46B
Text Example
Text Example
White with #DDC46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC46B; }
p { color: rgb(221,196,107); }
H1.HeaderClassName
{
color: #DDC46B;
}
.AnyTagClassName
{
color: #DDC46B;
}
</style>
background-color css
<style>
a { background-color: #DDC46B; }
a { background-color: rgb(221,196,107); }
div.DivClassName
{
background-color: #DDC46B;
}
.BgClassName
{
background-color: #DDC46B;
}
</style>
border-color css
<style>
span { border-color: #DDC46B; }
span { border-color: rgb(221,196,107); }
td.TdClassName
{
border-color: #DDC46B;
}
.TagClassName
{
border-color: #DDC46B;
}
</style>