Shades of Chenin #DDC370
Tints of Chenin #DDC370
RGB
CMYK
RGB Variations
Color information
#DDC370 (or 0xDDC370) is known color: Chenin. HEX triplet: DD, C3 and 70. RGB value is (221,195,112). Sum of RGB (Red+Green+Blue) = 221+195+112=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC370 is #223C8F. Grayscale: #C1C1C1. Windows color (decimal): -2243728 or 7390173. OLE color: 7390173.
HSL color Cylindrical-coordinate representation of color #DDC370: hue angle of 45.69º 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 #DDC370 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 112 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.13 |
| HSL | 45.69º | 0.62% | 0.65% | - |
| HSV(B) | 45.69º | 0.49% | 0.87% | - |
| XYZ | 52.26 | 55.57 | 23.3 | - |
| YUV | 193.31 | 82.11 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 112 | 0 | 0.12 | 0.49 | 0.13 | 45.69 | 0.62 | 0.65 |
| Hex | DD | C3 | 70 | 0 | C | 31 | D | 2E | 3E | 41 |
| Octal | 335 | 303 | 160 | 0 | 14 | 61 | 15 | 56 | 76 | 101 |
| Binary | 11011101 | 11000011 | 1110000 | 0 | 1100 | 110001 | 1101 | 101110 | 111110 | 1000001 |
Color Harmonies of #DDC370
Complementary color
Monochromatic Colors of #DDC370
Black with #DDC370
Text Example
Text Example
White with #DDC370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC370; }
p { color: rgb(221,195,112); }
H1.HeaderClassName
{
color: #DDC370;
}
.AnyTagClassName
{
color: #DDC370;
}
</style>
background-color css
<style>
a { background-color: #DDC370; }
a { background-color: rgb(221,195,112); }
div.DivClassName
{
background-color: #DDC370;
}
.BgClassName
{
background-color: #DDC370;
}
</style>
border-color css
<style>
span { border-color: #DDC370; }
span { border-color: rgb(221,195,112); }
td.TdClassName
{
border-color: #DDC370;
}
.TagClassName
{
border-color: #DDC370;
}
</style>