Shades of Chenin #DDC26B
Tints of Chenin #DDC26B
RGB
CMYK
RGB Variations
Color information
#DDC26B (or 0xDDC26B) is known color: Chenin. HEX triplet: DD, C2 and 6B. RGB value is (221,194,107). Sum of RGB (Red+Green+Blue) = 221+194+107=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC26B is #223D94. Grayscale: #C0C0C0. Windows color (decimal): -2243989 or 7062237. OLE color: 7062237.
HSL color Cylindrical-coordinate representation of color #DDC26B: hue angle of 45.79º 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 #DDC26B is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 107 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.13 |
| HSL | 45.79º | 0.63% | 0.64% | - |
| HSV(B) | 45.79º | 0.52% | 0.87% | - |
| XYZ | 51.76 | 55.02 | 21.8 | - |
| YUV | 192.16 | 79.95 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 107 | 0 | 0.12 | 0.52 | 0.13 | 45.79 | 0.63 | 0.64 |
| Hex | DD | C2 | 6B | 0 | C | 34 | D | 2E | 3F | 40 |
| Octal | 335 | 302 | 153 | 0 | 14 | 64 | 15 | 56 | 77 | 100 |
| Binary | 11011101 | 11000010 | 1101011 | 0 | 1100 | 110100 | 1101 | 101110 | 111111 | 1000000 |
Color Harmonies of #DDC26B
Complementary color
Monochromatic Colors of #DDC26B
Black with #DDC26B
Text Example
Text Example
White with #DDC26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC26B; }
p { color: rgb(221,194,107); }
H1.HeaderClassName
{
color: #DDC26B;
}
.AnyTagClassName
{
color: #DDC26B;
}
</style>
background-color css
<style>
a { background-color: #DDC26B; }
a { background-color: rgb(221,194,107); }
div.DivClassName
{
background-color: #DDC26B;
}
.BgClassName
{
background-color: #DDC26B;
}
</style>
border-color css
<style>
span { border-color: #DDC26B; }
span { border-color: rgb(221,194,107); }
td.TdClassName
{
border-color: #DDC26B;
}
.TagClassName
{
border-color: #DDC26B;
}
</style>