Shades of Chenin #DDC378
Tints of Chenin #DDC378
RGB
CMYK
RGB Variations
Color information
#DDC378 (or 0xDDC378) is known color: Chenin. HEX triplet: DD, C3 and 78. RGB value is (221,195,120). Sum of RGB (Red+Green+Blue) = 221+195+120=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC378 is #223C87. Grayscale: #C2C2C2. Windows color (decimal): -2243720 or 7914461. OLE color: 7914461.
HSL color Cylindrical-coordinate representation of color #DDC378: hue angle of 44.55º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDC378 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 120 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.13 |
| HSL | 44.55º | 0.6% | 0.67% | - |
| HSV(B) | 44.55º | 0.46% | 0.87% | - |
| XYZ | 52.72 | 55.76 | 25.75 | - |
| YUV | 194.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 120 | 0 | 0.12 | 0.46 | 0.13 | 44.55 | 0.6 | 0.67 |
| Hex | DD | C3 | 78 | 0 | C | 2E | D | 2D | 3C | 43 |
| Octal | 335 | 303 | 170 | 0 | 14 | 56 | 15 | 55 | 74 | 103 |
| Binary | 11011101 | 11000011 | 1111000 | 0 | 1100 | 101110 | 1101 | 101101 | 111100 | 1000011 |
Color Harmonies of #DDC378
Complementary color
Monochromatic Colors of #DDC378
Black with #DDC378
Text Example
Text Example
White with #DDC378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC378; }
p { color: rgb(221,195,120); }
H1.HeaderClassName
{
color: #DDC378;
}
.AnyTagClassName
{
color: #DDC378;
}
</style>
background-color css
<style>
a { background-color: #DDC378; }
a { background-color: rgb(221,195,120); }
div.DivClassName
{
background-color: #DDC378;
}
.BgClassName
{
background-color: #DDC378;
}
</style>
border-color css
<style>
span { border-color: #DDC378; }
span { border-color: rgb(221,195,120); }
td.TdClassName
{
border-color: #DDC378;
}
.TagClassName
{
border-color: #DDC378;
}
</style>