Shades of Chenin #DDC06B
Tints of Chenin #DDC06B
RGB
CMYK
RGB Variations
Color information
#DDC06B (or 0xDDC06B) is known color: Chenin. HEX triplet: DD, C0 and 6B. RGB value is (221,192,107). Sum of RGB (Red+Green+Blue) = 221+192+107=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC06B is #223F94. Grayscale: #BFBFBF. Windows color (decimal): -2244501 or 7061725. OLE color: 7061725.
HSL color Cylindrical-coordinate representation of color #DDC06B: hue angle of 44.74º 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 #DDC06B is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 107 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.13 |
| HSL | 44.74º | 0.63% | 0.64% | - |
| HSV(B) | 44.74º | 0.52% | 0.87% | - |
| XYZ | 51.32 | 54.13 | 21.65 | - |
| YUV | 190.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 107 | 0 | 0.13 | 0.52 | 0.13 | 44.74 | 0.63 | 0.64 |
| Hex | DD | C0 | 6B | 0 | D | 34 | D | 2D | 3F | 40 |
| Octal | 335 | 300 | 153 | 0 | 15 | 64 | 15 | 55 | 77 | 100 |
| Binary | 11011101 | 11000000 | 1101011 | 0 | 1101 | 110100 | 1101 | 101101 | 111111 | 1000000 |
Color Harmonies of #DDC06B
Complementary color
Monochromatic Colors of #DDC06B
Black with #DDC06B
Text Example
Text Example
White with #DDC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC06B; }
p { color: rgb(221,192,107); }
H1.HeaderClassName
{
color: #DDC06B;
}
.AnyTagClassName
{
color: #DDC06B;
}
</style>
background-color css
<style>
a { background-color: #DDC06B; }
a { background-color: rgb(221,192,107); }
div.DivClassName
{
background-color: #DDC06B;
}
.BgClassName
{
background-color: #DDC06B;
}
</style>
border-color css
<style>
span { border-color: #DDC06B; }
span { border-color: rgb(221,192,107); }
td.TdClassName
{
border-color: #DDC06B;
}
.TagClassName
{
border-color: #DDC06B;
}
</style>