Shades of Chenin #DDC873
Tints of Chenin #DDC873
RGB
CMYK
RGB Variations
Color information
#DDC873 (or 0xDDC873) is known color: Chenin. HEX triplet: DD, C8 and 73. RGB value is (221,200,115). Sum of RGB (Red+Green+Blue) = 221+200+115=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC873 is #22378C. Grayscale: #C4C4C4. Windows color (decimal): -2242445 or 7588061. OLE color: 7588061.
HSL color Cylindrical-coordinate representation of color #DDC873: hue angle of 48.11º 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 #DDC873 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 115 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.13 |
| HSL | 48.11º | 0.61% | 0.66% | - |
| HSV(B) | 48.11º | 0.48% | 0.87% | - |
| XYZ | 53.57 | 57.92 | 24.58 | - |
| YUV | 196.59 | 81.96 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 115 | 0 | 0.10 | 0.48 | 0.13 | 48.11 | 0.61 | 0.66 |
| Hex | DD | C8 | 73 | 0 | A | 30 | D | 30 | 3D | 42 |
| Octal | 335 | 310 | 163 | 0 | 12 | 60 | 15 | 60 | 75 | 102 |
| Binary | 11011101 | 11001000 | 1110011 | 0 | 1010 | 110000 | 1101 | 110000 | 111101 | 1000010 |
Color Harmonies of #DDC873
Complementary color
Monochromatic Colors of #DDC873
Black with #DDC873
Text Example
Text Example
White with #DDC873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC873; }
p { color: rgb(221,200,115); }
H1.HeaderClassName
{
color: #DDC873;
}
.AnyTagClassName
{
color: #DDC873;
}
</style>
background-color css
<style>
a { background-color: #DDC873; }
a { background-color: rgb(221,200,115); }
div.DivClassName
{
background-color: #DDC873;
}
.BgClassName
{
background-color: #DDC873;
}
</style>
border-color css
<style>
span { border-color: #DDC873; }
span { border-color: rgb(221,200,115); }
td.TdClassName
{
border-color: #DDC873;
}
.TagClassName
{
border-color: #DDC873;
}
</style>