Shades of Chenin #DDC667
Tints of Chenin #DDC667
RGB
CMYK
RGB Variations
Color information
#DDC667 (or 0xDDC667) is known color: Chenin. HEX triplet: DD, C6 and 67. RGB value is (221,198,103). Sum of RGB (Red+Green+Blue) = 221+198+103=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 103 (40.62% from 255 or 19.73% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC667 is #223998. Grayscale: #C2C2C2. Windows color (decimal): -2242969 or 6801117. OLE color: 6801117.
HSL color Cylindrical-coordinate representation of color #DDC667: hue angle of 48.31º 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 #DDC667 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 103 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.13 |
| HSL | 48.31º | 0.63% | 0.64% | - |
| HSV(B) | 48.31º | 0.53% | 0.87% | - |
| XYZ | 52.46 | 56.74 | 21.02 | - |
| YUV | 194.05 | 76.62 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 103 | 0 | 0.10 | 0.53 | 0.13 | 48.31 | 0.63 | 0.64 |
| Hex | DD | C6 | 67 | 0 | A | 35 | D | 30 | 3F | 40 |
| Octal | 335 | 306 | 147 | 0 | 12 | 65 | 15 | 60 | 77 | 100 |
| Binary | 11011101 | 11000110 | 1100111 | 0 | 1010 | 110101 | 1101 | 110000 | 111111 | 1000000 |
Color Harmonies of #DDC667
Complementary color
Monochromatic Colors of #DDC667
Black with #DDC667
Text Example
Text Example
White with #DDC667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC667; }
p { color: rgb(221,198,103); }
H1.HeaderClassName
{
color: #DDC667;
}
.AnyTagClassName
{
color: #DDC667;
}
</style>
background-color css
<style>
a { background-color: #DDC667; }
a { background-color: rgb(221,198,103); }
div.DivClassName
{
background-color: #DDC667;
}
.BgClassName
{
background-color: #DDC667;
}
</style>
border-color css
<style>
span { border-color: #DDC667; }
span { border-color: rgb(221,198,103); }
td.TdClassName
{
border-color: #DDC667;
}
.TagClassName
{
border-color: #DDC667;
}
</style>