Shades of Chenin #DDC270
Tints of Chenin #DDC270
RGB
CMYK
RGB Variations
Color information
#DDC270 (or 0xDDC270) is known color: Chenin. HEX triplet: DD, C2 and 70. RGB value is (221,194,112). Sum of RGB (Red+Green+Blue) = 221+194+112=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC270 is #223D8F. Grayscale: #C1C1C1. Windows color (decimal): -2243984 or 7389917. OLE color: 7389917.
HSL color Cylindrical-coordinate representation of color #DDC270: hue angle of 45.14º 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 #DDC270 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 112 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.13 |
| HSL | 45.14º | 0.62% | 0.65% | - |
| HSV(B) | 45.14º | 0.49% | 0.87% | - |
| XYZ | 52.04 | 55.13 | 23.23 | - |
| YUV | 192.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 112 | 0 | 0.12 | 0.49 | 0.13 | 45.14 | 0.62 | 0.65 |
| Hex | DD | C2 | 70 | 0 | C | 31 | D | 2D | 3E | 41 |
| Octal | 335 | 302 | 160 | 0 | 14 | 61 | 15 | 55 | 76 | 101 |
| Binary | 11011101 | 11000010 | 1110000 | 0 | 1100 | 110001 | 1101 | 101101 | 111110 | 1000001 |
Color Harmonies of #DDC270
Complementary color
Monochromatic Colors of #DDC270
Black with #DDC270
Text Example
Text Example
White with #DDC270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC270; }
p { color: rgb(221,194,112); }
H1.HeaderClassName
{
color: #DDC270;
}
.AnyTagClassName
{
color: #DDC270;
}
</style>
background-color css
<style>
a { background-color: #DDC270; }
a { background-color: rgb(221,194,112); }
div.DivClassName
{
background-color: #DDC270;
}
.BgClassName
{
background-color: #DDC270;
}
</style>
border-color css
<style>
span { border-color: #DDC270; }
span { border-color: rgb(221,194,112); }
td.TdClassName
{
border-color: #DDC270;
}
.TagClassName
{
border-color: #DDC270;
}
</style>