Shades of Chenin #DDC869
Tints of Chenin #DDC869
RGB
CMYK
RGB Variations
Color information
#DDC869 (or 0xDDC869) is known color: Chenin. HEX triplet: DD, C8 and 69. RGB value is (221,200,105). Sum of RGB (Red+Green+Blue) = 221+200+105=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC869 is #223796. Grayscale: #C3C3C3. Windows color (decimal): -2242455 or 6932701. OLE color: 6932701.
HSL color Cylindrical-coordinate representation of color #DDC869: hue angle of 49.14º 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 #DDC869 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 105 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.13 |
| HSL | 49.14º | 0.63% | 0.64% | - |
| HSV(B) | 49.14º | 0.52% | 0.87% | - |
| XYZ | 53.02 | 57.7 | 21.71 | - |
| YUV | 195.45 | 76.96 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 105 | 0 | 0.10 | 0.52 | 0.13 | 49.14 | 0.63 | 0.64 |
| Hex | DD | C8 | 69 | 0 | A | 34 | D | 31 | 3F | 40 |
| Octal | 335 | 310 | 151 | 0 | 12 | 64 | 15 | 61 | 77 | 100 |
| Binary | 11011101 | 11001000 | 1101001 | 0 | 1010 | 110100 | 1101 | 110001 | 111111 | 1000000 |
Color Harmonies of #DDC869
Complementary color
Monochromatic Colors of #DDC869
Black with #DDC869
Text Example
Text Example
White with #DDC869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC869; }
p { color: rgb(221,200,105); }
H1.HeaderClassName
{
color: #DDC869;
}
.AnyTagClassName
{
color: #DDC869;
}
</style>
background-color css
<style>
a { background-color: #DDC869; }
a { background-color: rgb(221,200,105); }
div.DivClassName
{
background-color: #DDC869;
}
.BgClassName
{
background-color: #DDC869;
}
</style>
border-color css
<style>
span { border-color: #DDC869; }
span { border-color: rgb(221,200,105); }
td.TdClassName
{
border-color: #DDC869;
}
.TagClassName
{
border-color: #DDC869;
}
</style>