Shades of Chenin #DDC26D
Tints of Chenin #DDC26D
RGB
CMYK
RGB Variations
Color information
#DDC26D (or 0xDDC26D) is known color: Chenin. HEX triplet: DD, C2 and 6D. RGB value is (221,194,109). Sum of RGB (Red+Green+Blue) = 221+194+109=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC26D is #223D92. Grayscale: #C0C0C0. Windows color (decimal): -2243987 or 7193309. OLE color: 7193309.
HSL color Cylindrical-coordinate representation of color #DDC26D: hue angle of 45.54º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDC26D is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 109 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.13 |
| HSL | 45.54º | 0.62% | 0.65% | - |
| HSV(B) | 45.54º | 0.51% | 0.87% | - |
| XYZ | 51.87 | 55.06 | 22.36 | - |
| YUV | 192.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 109 | 0 | 0.12 | 0.51 | 0.13 | 45.54 | 0.62 | 0.65 |
| Hex | DD | C2 | 6D | 0 | C | 33 | D | 2E | 3E | 41 |
| Octal | 335 | 302 | 155 | 0 | 14 | 63 | 15 | 56 | 76 | 101 |
| Binary | 11011101 | 11000010 | 1101101 | 0 | 1100 | 110011 | 1101 | 101110 | 111110 | 1000001 |
Color Harmonies of #DDC26D
Complementary color
Monochromatic Colors of #DDC26D
Black with #DDC26D
Text Example
Text Example
White with #DDC26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC26D; }
p { color: rgb(221,194,109); }
H1.HeaderClassName
{
color: #DDC26D;
}
.AnyTagClassName
{
color: #DDC26D;
}
</style>
background-color css
<style>
a { background-color: #DDC26D; }
a { background-color: rgb(221,194,109); }
div.DivClassName
{
background-color: #DDC26D;
}
.BgClassName
{
background-color: #DDC26D;
}
</style>
border-color css
<style>
span { border-color: #DDC26D; }
span { border-color: rgb(221,194,109); }
td.TdClassName
{
border-color: #DDC26D;
}
.TagClassName
{
border-color: #DDC26D;
}
</style>