Shades of Chenin #DDC678
Tints of Chenin #DDC678
RGB
CMYK
RGB Variations
Color information
#DDC678 (or 0xDDC678) is known color: Chenin. HEX triplet: DD, C6 and 78. RGB value is (221,198,120). Sum of RGB (Red+Green+Blue) = 221+198+120=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC678 is #223987. Grayscale: #C4C4C4. Windows color (decimal): -2242952 or 7915229. OLE color: 7915229.
HSL color Cylindrical-coordinate representation of color #DDC678: hue angle of 46.34º 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 #DDC678 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 120 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.13 |
| HSL | 46.34º | 0.6% | 0.67% | - |
| HSV(B) | 46.34º | 0.46% | 0.87% | - |
| XYZ | 53.4 | 57.12 | 25.98 | - |
| YUV | 195.99 | 85.12 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 120 | 0 | 0.10 | 0.46 | 0.13 | 46.34 | 0.6 | 0.67 |
| Hex | DD | C6 | 78 | 0 | A | 2E | D | 2E | 3C | 43 |
| Octal | 335 | 306 | 170 | 0 | 12 | 56 | 15 | 56 | 74 | 103 |
| Binary | 11011101 | 11000110 | 1111000 | 0 | 1010 | 101110 | 1101 | 101110 | 111100 | 1000011 |
Color Harmonies of #DDC678
Complementary color
Monochromatic Colors of #DDC678
Black with #DDC678
Text Example
Text Example
White with #DDC678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC678; }
p { color: rgb(221,198,120); }
H1.HeaderClassName
{
color: #DDC678;
}
.AnyTagClassName
{
color: #DDC678;
}
</style>
background-color css
<style>
a { background-color: #DDC678; }
a { background-color: rgb(221,198,120); }
div.DivClassName
{
background-color: #DDC678;
}
.BgClassName
{
background-color: #DDC678;
}
</style>
border-color css
<style>
span { border-color: #DDC678; }
span { border-color: rgb(221,198,120); }
td.TdClassName
{
border-color: #DDC678;
}
.TagClassName
{
border-color: #DDC678;
}
</style>