Shades of Chenin #DDC967
Tints of Chenin #DDC967
RGB
CMYK
RGB Variations
Color information
#DDC967 (or 0xDDC967) is known color: Chenin. HEX triplet: DD, C9 and 67. RGB value is (221,201,103). Sum of RGB (Red+Green+Blue) = 221+201+103=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 103 (40.62% from 255 or 19.62% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC967 is #223698. Grayscale: #C4C4C4. Windows color (decimal): -2242201 or 6801885. OLE color: 6801885.
HSL color Cylindrical-coordinate representation of color #DDC967: hue angle of 49.83º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDC967 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 103 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.13 |
| HSL | 49.83º | 0.63% | 0.64% | - |
| HSV(B) | 49.83º | 0.53% | 0.87% | - |
| XYZ | 53.15 | 58.12 | 21.25 | - |
| YUV | 195.81 | 75.63 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 103 | 0 | 0.09 | 0.53 | 0.13 | 49.83 | 0.63 | 0.64 |
| Hex | DD | C9 | 67 | 0 | 9 | 35 | D | 32 | 3F | 40 |
| Octal | 335 | 311 | 147 | 0 | 11 | 65 | 15 | 62 | 77 | 100 |
| Binary | 11011101 | 11001001 | 1100111 | 0 | 1001 | 110101 | 1101 | 110010 | 111111 | 1000000 |
Color Harmonies of #DDC967
Complementary color
Monochromatic Colors of #DDC967
Black with #DDC967
Text Example
Text Example
White with #DDC967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC967; }
p { color: rgb(221,201,103); }
H1.HeaderClassName
{
color: #DDC967;
}
.AnyTagClassName
{
color: #DDC967;
}
</style>
background-color css
<style>
a { background-color: #DDC967; }
a { background-color: rgb(221,201,103); }
div.DivClassName
{
background-color: #DDC967;
}
.BgClassName
{
background-color: #DDC967;
}
</style>
border-color css
<style>
span { border-color: #DDC967; }
span { border-color: rgb(221,201,103); }
td.TdClassName
{
border-color: #DDC967;
}
.TagClassName
{
border-color: #DDC967;
}
</style>