Shades of Chenin #DDC36B
Tints of Chenin #DDC36B
RGB
CMYK
RGB Variations
Color information
#DDC36B (or 0xDDC36B) is known color: Chenin. HEX triplet: DD, C3 and 6B. RGB value is (221,195,107). Sum of RGB (Red+Green+Blue) = 221+195+107=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC36B is #223C94. Grayscale: #C1C1C1. Windows color (decimal): -2243733 or 7062493. OLE color: 7062493.
HSL color Cylindrical-coordinate representation of color #DDC36B: hue angle of 46.32º 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 #DDC36B is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 107 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.13 |
| HSL | 46.32º | 0.63% | 0.64% | - |
| HSV(B) | 46.32º | 0.52% | 0.87% | - |
| XYZ | 51.99 | 55.46 | 21.88 | - |
| YUV | 192.74 | 79.61 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 107 | 0 | 0.12 | 0.52 | 0.13 | 46.32 | 0.63 | 0.64 |
| Hex | DD | C3 | 6B | 0 | C | 34 | D | 2E | 3F | 40 |
| Octal | 335 | 303 | 153 | 0 | 14 | 64 | 15 | 56 | 77 | 100 |
| Binary | 11011101 | 11000011 | 1101011 | 0 | 1100 | 110100 | 1101 | 101110 | 111111 | 1000000 |
Color Harmonies of #DDC36B
Complementary color
Monochromatic Colors of #DDC36B
Black with #DDC36B
Text Example
Text Example
White with #DDC36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC36B; }
p { color: rgb(221,195,107); }
H1.HeaderClassName
{
color: #DDC36B;
}
.AnyTagClassName
{
color: #DDC36B;
}
</style>
background-color css
<style>
a { background-color: #DDC36B; }
a { background-color: rgb(221,195,107); }
div.DivClassName
{
background-color: #DDC36B;
}
.BgClassName
{
background-color: #DDC36B;
}
</style>
border-color css
<style>
span { border-color: #DDC36B; }
span { border-color: rgb(221,195,107); }
td.TdClassName
{
border-color: #DDC36B;
}
.TagClassName
{
border-color: #DDC36B;
}
</style>