Shades of Chenin #DDC374
Tints of Chenin #DDC374
RGB
CMYK
RGB Variations
Color information
#DDC374 (or 0xDDC374) is known color: Chenin. HEX triplet: DD, C3 and 74. RGB value is (221,195,116). Sum of RGB (Red+Green+Blue) = 221+195+116=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC374 is #223C8B. Grayscale: #C2C2C2. Windows color (decimal): -2243724 or 7652317. OLE color: 7652317.
HSL color Cylindrical-coordinate representation of color #DDC374: hue angle of 45.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDC374 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 116 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.13 |
| HSL | 45.14º | 0.61% | 0.66% | - |
| HSV(B) | 45.14º | 0.48% | 0.87% | - |
| XYZ | 52.49 | 55.66 | 24.5 | - |
| YUV | 193.77 | 84.11 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 116 | 0 | 0.12 | 0.48 | 0.13 | 45.14 | 0.61 | 0.66 |
| Hex | DD | C3 | 74 | 0 | C | 30 | D | 2D | 3D | 42 |
| Octal | 335 | 303 | 164 | 0 | 14 | 60 | 15 | 55 | 75 | 102 |
| Binary | 11011101 | 11000011 | 1110100 | 0 | 1100 | 110000 | 1101 | 101101 | 111101 | 1000010 |
Color Harmonies of #DDC374
Complementary color
Monochromatic Colors of #DDC374
Black with #DDC374
Text Example
Text Example
White with #DDC374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC374; }
p { color: rgb(221,195,116); }
H1.HeaderClassName
{
color: #DDC374;
}
.AnyTagClassName
{
color: #DDC374;
}
</style>
background-color css
<style>
a { background-color: #DDC374; }
a { background-color: rgb(221,195,116); }
div.DivClassName
{
background-color: #DDC374;
}
.BgClassName
{
background-color: #DDC374;
}
</style>
border-color css
<style>
span { border-color: #DDC374; }
span { border-color: rgb(221,195,116); }
td.TdClassName
{
border-color: #DDC374;
}
.TagClassName
{
border-color: #DDC374;
}
</style>