Shades of Chenin #DDC774
Tints of Chenin #DDC774
RGB
CMYK
RGB Variations
Color information
#DDC774 (or 0xDDC774) is known color: Chenin. HEX triplet: DD, C7 and 74. RGB value is (221,199,116). Sum of RGB (Red+Green+Blue) = 221+199+116=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC774 is #22388B. Grayscale: #C4C4C4. Windows color (decimal): -2242700 or 7653341. OLE color: 7653341.
HSL color Cylindrical-coordinate representation of color #DDC774: hue angle of 47.43º 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 #DDC774 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 116 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.13 |
| HSL | 47.43º | 0.61% | 0.66% | - |
| HSV(B) | 47.43º | 0.48% | 0.87% | - |
| XYZ | 53.39 | 57.48 | 24.8 | - |
| YUV | 196.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 116 | 0 | 0.10 | 0.48 | 0.13 | 47.43 | 0.61 | 0.66 |
| Hex | DD | C7 | 74 | 0 | A | 30 | D | 2F | 3D | 42 |
| Octal | 335 | 307 | 164 | 0 | 12 | 60 | 15 | 57 | 75 | 102 |
| Binary | 11011101 | 11000111 | 1110100 | 0 | 1010 | 110000 | 1101 | 101111 | 111101 | 1000010 |
Color Harmonies of #DDC774
Complementary color
Monochromatic Colors of #DDC774
Black with #DDC774
Text Example
Text Example
White with #DDC774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC774; }
p { color: rgb(221,199,116); }
H1.HeaderClassName
{
color: #DDC774;
}
.AnyTagClassName
{
color: #DDC774;
}
</style>
background-color css
<style>
a { background-color: #DDC774; }
a { background-color: rgb(221,199,116); }
div.DivClassName
{
background-color: #DDC774;
}
.BgClassName
{
background-color: #DDC774;
}
</style>
border-color css
<style>
span { border-color: #DDC774; }
span { border-color: rgb(221,199,116); }
td.TdClassName
{
border-color: #DDC774;
}
.TagClassName
{
border-color: #DDC774;
}
</style>