Shades of Chenin #DDC373
Tints of Chenin #DDC373
RGB
CMYK
RGB Variations
Color information
#DDC373 (or 0xDDC373) is known color: Chenin. HEX triplet: DD, C3 and 73. RGB value is (221,195,115). Sum of RGB (Red+Green+Blue) = 221+195+115=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC373 is #223C8C. Grayscale: #C2C2C2. Windows color (decimal): -2243725 or 7586781. OLE color: 7586781.
HSL color Cylindrical-coordinate representation of color #DDC373: hue angle of 45.28º 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 #DDC373 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 115 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.13 |
| HSL | 45.28º | 0.61% | 0.66% | - |
| HSV(B) | 45.28º | 0.48% | 0.87% | - |
| XYZ | 52.43 | 55.64 | 24.2 | - |
| YUV | 193.65 | 83.61 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 115 | 0 | 0.12 | 0.48 | 0.13 | 45.28 | 0.61 | 0.66 |
| Hex | DD | C3 | 73 | 0 | C | 30 | D | 2D | 3D | 42 |
| Octal | 335 | 303 | 163 | 0 | 14 | 60 | 15 | 55 | 75 | 102 |
| Binary | 11011101 | 11000011 | 1110011 | 0 | 1100 | 110000 | 1101 | 101101 | 111101 | 1000010 |
Color Harmonies of #DDC373
Complementary color
Monochromatic Colors of #DDC373
Black with #DDC373
Text Example
Text Example
White with #DDC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC373; }
p { color: rgb(221,195,115); }
H1.HeaderClassName
{
color: #DDC373;
}
.AnyTagClassName
{
color: #DDC373;
}
</style>
background-color css
<style>
a { background-color: #DDC373; }
a { background-color: rgb(221,195,115); }
div.DivClassName
{
background-color: #DDC373;
}
.BgClassName
{
background-color: #DDC373;
}
</style>
border-color css
<style>
span { border-color: #DDC373; }
span { border-color: rgb(221,195,115); }
td.TdClassName
{
border-color: #DDC373;
}
.TagClassName
{
border-color: #DDC373;
}
</style>