Shades of Chenin #DDC375
Tints of Chenin #DDC375
RGB
CMYK
RGB Variations
Color information
#DDC375 (or 0xDDC375) is known color: Chenin. HEX triplet: DD, C3 and 75. RGB value is (221,195,117). Sum of RGB (Red+Green+Blue) = 221+195+117=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC375 is #223C8A. Grayscale: #C2C2C2. Windows color (decimal): -2243723 or 7717853. OLE color: 7717853.
HSL color Cylindrical-coordinate representation of color #DDC375: hue angle of 45º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDC375 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 117 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.13 |
| HSL | 45º | 0.6% | 0.66% | - |
| HSV(B) | 45º | 0.47% | 0.87% | - |
| XYZ | 52.54 | 55.69 | 24.81 | - |
| YUV | 193.88 | 84.61 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 117 | 0 | 0.12 | 0.47 | 0.13 | 45 | 0.6 | 0.66 |
| Hex | DD | C3 | 75 | 0 | C | 2F | D | 2D | 3C | 42 |
| Octal | 335 | 303 | 165 | 0 | 14 | 57 | 15 | 55 | 74 | 102 |
| Binary | 11011101 | 11000011 | 1110101 | 0 | 1100 | 101111 | 1101 | 101101 | 111100 | 1000010 |
Color Harmonies of #DDC375
Complementary color
Monochromatic Colors of #DDC375
Black with #DDC375
Text Example
Text Example
White with #DDC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC375; }
p { color: rgb(221,195,117); }
H1.HeaderClassName
{
color: #DDC375;
}
.AnyTagClassName
{
color: #DDC375;
}
</style>
background-color css
<style>
a { background-color: #DDC375; }
a { background-color: rgb(221,195,117); }
div.DivClassName
{
background-color: #DDC375;
}
.BgClassName
{
background-color: #DDC375;
}
</style>
border-color css
<style>
span { border-color: #DDC375; }
span { border-color: rgb(221,195,117); }
td.TdClassName
{
border-color: #DDC375;
}
.TagClassName
{
border-color: #DDC375;
}
</style>