Shades of Chenin #DDC070
Tints of Chenin #DDC070
RGB
CMYK
RGB Variations
Color information
#DDC070 (or 0xDDC070) is known color: Chenin. HEX triplet: DD, C0 and 70. RGB value is (221,192,112). Sum of RGB (Red+Green+Blue) = 221+192+112=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC070 is #223F8F. Grayscale: #BFBFBF. Windows color (decimal): -2244496 or 7389405. OLE color: 7389405.
HSL color Cylindrical-coordinate representation of color #DDC070: hue angle of 44.04º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDC070 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 112 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.13 |
| HSL | 44.04º | 0.62% | 0.65% | - |
| HSV(B) | 44.04º | 0.49% | 0.87% | - |
| XYZ | 51.59 | 54.24 | 23.08 | - |
| YUV | 191.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 112 | 0 | 0.13 | 0.49 | 0.13 | 44.04 | 0.62 | 0.65 |
| Hex | DD | C0 | 70 | 0 | D | 31 | D | 2C | 3E | 41 |
| Octal | 335 | 300 | 160 | 0 | 15 | 61 | 15 | 54 | 76 | 101 |
| Binary | 11011101 | 11000000 | 1110000 | 0 | 1101 | 110001 | 1101 | 101100 | 111110 | 1000001 |
Color Harmonies of #DDC070
Complementary color
Monochromatic Colors of #DDC070
Black with #DDC070
Text Example
Text Example
White with #DDC070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC070; }
p { color: rgb(221,192,112); }
H1.HeaderClassName
{
color: #DDC070;
}
.AnyTagClassName
{
color: #DDC070;
}
</style>
background-color css
<style>
a { background-color: #DDC070; }
a { background-color: rgb(221,192,112); }
div.DivClassName
{
background-color: #DDC070;
}
.BgClassName
{
background-color: #DDC070;
}
</style>
border-color css
<style>
span { border-color: #DDC070; }
span { border-color: rgb(221,192,112); }
td.TdClassName
{
border-color: #DDC070;
}
.TagClassName
{
border-color: #DDC070;
}
</style>