Shades of Chenin #DDC973
Tints of Chenin #DDC973
RGB
CMYK
RGB Variations
Color information
#DDC973 (or 0xDDC973) is known color: Chenin. HEX triplet: DD, C9 and 73. RGB value is (221,201,115). Sum of RGB (Red+Green+Blue) = 221+201+115=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC973 is #22368C. Grayscale: #C5C5C5. Windows color (decimal): -2242189 or 7588317. OLE color: 7588317.
HSL color Cylindrical-coordinate representation of color #DDC973: hue angle of 48.68º 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 #DDC973 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 115 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.13 |
| HSL | 48.68º | 0.61% | 0.66% | - |
| HSV(B) | 48.68º | 0.48% | 0.87% | - |
| XYZ | 53.8 | 58.38 | 24.65 | - |
| YUV | 197.18 | 81.63 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 115 | 0 | 0.09 | 0.48 | 0.13 | 48.68 | 0.61 | 0.66 |
| Hex | DD | C9 | 73 | 0 | 9 | 30 | D | 31 | 3D | 42 |
| Octal | 335 | 311 | 163 | 0 | 11 | 60 | 15 | 61 | 75 | 102 |
| Binary | 11011101 | 11001001 | 1110011 | 0 | 1001 | 110000 | 1101 | 110001 | 111101 | 1000010 |
Color Harmonies of #DDC973
Complementary color
Monochromatic Colors of #DDC973
Black with #DDC973
Text Example
Text Example
White with #DDC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC973; }
p { color: rgb(221,201,115); }
H1.HeaderClassName
{
color: #DDC973;
}
.AnyTagClassName
{
color: #DDC973;
}
</style>
background-color css
<style>
a { background-color: #DDC973; }
a { background-color: rgb(221,201,115); }
div.DivClassName
{
background-color: #DDC973;
}
.BgClassName
{
background-color: #DDC973;
}
</style>
border-color css
<style>
span { border-color: #DDC973; }
span { border-color: rgb(221,201,115); }
td.TdClassName
{
border-color: #DDC973;
}
.TagClassName
{
border-color: #DDC973;
}
</style>