Shades of Chenin #DDC468
Tints of Chenin #DDC468
RGB
CMYK
RGB Variations
Color information
#DDC468 (or 0xDDC468) is known color: Chenin. HEX triplet: DD, C4 and 68. RGB value is (221,196,104). Sum of RGB (Red+Green+Blue) = 221+196+104=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC468 is #223B97. Grayscale: #C1C1C1. Windows color (decimal): -2243480 or 6866141. OLE color: 6866141.
HSL color Cylindrical-coordinate representation of color #DDC468: hue angle of 47.18º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDC468 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 104 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.13 |
| HSL | 47.18º | 0.63% | 0.64% | - |
| HSV(B) | 47.18º | 0.53% | 0.87% | - |
| XYZ | 52.06 | 55.85 | 21.13 | - |
| YUV | 192.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 104 | 0 | 0.11 | 0.53 | 0.13 | 47.18 | 0.63 | 0.64 |
| Hex | DD | C4 | 68 | 0 | B | 35 | D | 2F | 3F | 40 |
| Octal | 335 | 304 | 150 | 0 | 13 | 65 | 15 | 57 | 77 | 100 |
| Binary | 11011101 | 11000100 | 1101000 | 0 | 1011 | 110101 | 1101 | 101111 | 111111 | 1000000 |
Color Harmonies of #DDC468
Complementary color
Monochromatic Colors of #DDC468
Black with #DDC468
Text Example
Text Example
White with #DDC468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC468; }
p { color: rgb(221,196,104); }
H1.HeaderClassName
{
color: #DDC468;
}
.AnyTagClassName
{
color: #DDC468;
}
</style>
background-color css
<style>
a { background-color: #DDC468; }
a { background-color: rgb(221,196,104); }
div.DivClassName
{
background-color: #DDC468;
}
.BgClassName
{
background-color: #DDC468;
}
</style>
border-color css
<style>
span { border-color: #DDC468; }
span { border-color: rgb(221,196,104); }
td.TdClassName
{
border-color: #DDC468;
}
.TagClassName
{
border-color: #DDC468;
}
</style>