Shades of Chenin #DDC169
Tints of Chenin #DDC169
RGB
CMYK
RGB Variations
Color information
#DDC169 (or 0xDDC169) is known color: Chenin. HEX triplet: DD, C1 and 69. RGB value is (221,193,105). Sum of RGB (Red+Green+Blue) = 221+193+105=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 105 (41.41% from 255 or 20.23% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC169 is #223E96. Grayscale: #BFBFBF. Windows color (decimal): -2244247 or 6930909. OLE color: 6930909.
HSL color Cylindrical-coordinate representation of color #DDC169: hue angle of 45.52º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDC169 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 105 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.13 |
| HSL | 45.52º | 0.63% | 0.64% | - |
| HSV(B) | 45.52º | 0.52% | 0.87% | - |
| XYZ | 51.44 | 54.53 | 21.18 | - |
| YUV | 191.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 105 | 0 | 0.13 | 0.52 | 0.13 | 45.52 | 0.63 | 0.64 |
| Hex | DD | C1 | 69 | 0 | D | 34 | D | 2E | 3F | 40 |
| Octal | 335 | 301 | 151 | 0 | 15 | 64 | 15 | 56 | 77 | 100 |
| Binary | 11011101 | 11000001 | 1101001 | 0 | 1101 | 110100 | 1101 | 101110 | 111111 | 1000000 |
Color Harmonies of #DDC169
Complementary color
Monochromatic Colors of #DDC169
Black with #DDC169
Text Example
Text Example
White with #DDC169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC169; }
p { color: rgb(221,193,105); }
H1.HeaderClassName
{
color: #DDC169;
}
.AnyTagClassName
{
color: #DDC169;
}
</style>
background-color css
<style>
a { background-color: #DDC169; }
a { background-color: rgb(221,193,105); }
div.DivClassName
{
background-color: #DDC169;
}
.BgClassName
{
background-color: #DDC169;
}
</style>
border-color css
<style>
span { border-color: #DDC169; }
span { border-color: rgb(221,193,105); }
td.TdClassName
{
border-color: #DDC169;
}
.TagClassName
{
border-color: #DDC169;
}
</style>