Shades of Chenin #DDC26E
Tints of Chenin #DDC26E
RGB
CMYK
RGB Variations
Color information
#DDC26E (or 0xDDC26E) is known color: Chenin. HEX triplet: DD, C2 and 6E. RGB value is (221,194,110). Sum of RGB (Red+Green+Blue) = 221+194+110=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC26E is #223D91. Grayscale: #C0C0C0. Windows color (decimal): -2243986 or 7258845. OLE color: 7258845.
HSL color Cylindrical-coordinate representation of color #DDC26E: hue angle of 45.41º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDC26E is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 110 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.13 |
| HSL | 45.41º | 0.62% | 0.65% | - |
| HSV(B) | 45.41º | 0.5% | 0.87% | - |
| XYZ | 51.93 | 55.08 | 22.65 | - |
| YUV | 192.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 110 | 0 | 0.12 | 0.50 | 0.13 | 45.41 | 0.62 | 0.65 |
| Hex | DD | C2 | 6E | 0 | C | 32 | D | 2D | 3E | 41 |
| Octal | 335 | 302 | 156 | 0 | 14 | 62 | 15 | 55 | 76 | 101 |
| Binary | 11011101 | 11000010 | 1101110 | 0 | 1100 | 110010 | 1101 | 101101 | 111110 | 1000001 |
Color Harmonies of #DDC26E
Complementary color
Monochromatic Colors of #DDC26E
Black with #DDC26E
Text Example
Text Example
White with #DDC26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC26E; }
p { color: rgb(221,194,110); }
H1.HeaderClassName
{
color: #DDC26E;
}
.AnyTagClassName
{
color: #DDC26E;
}
</style>
background-color css
<style>
a { background-color: #DDC26E; }
a { background-color: rgb(221,194,110); }
div.DivClassName
{
background-color: #DDC26E;
}
.BgClassName
{
background-color: #DDC26E;
}
</style>
border-color css
<style>
span { border-color: #DDC26E; }
span { border-color: rgb(221,194,110); }
td.TdClassName
{
border-color: #DDC26E;
}
.TagClassName
{
border-color: #DDC26E;
}
</style>