Shades of Chenin #DDC76B
Tints of Chenin #DDC76B
RGB
CMYK
RGB Variations
Color information
#DDC76B (or 0xDDC76B) is known color: Chenin. HEX triplet: DD, C7 and 6B. RGB value is (221,199,107). Sum of RGB (Red+Green+Blue) = 221+199+107=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC76B is #223894. Grayscale: #C3C3C3. Windows color (decimal): -2242709 or 7063517. OLE color: 7063517.
HSL color Cylindrical-coordinate representation of color #DDC76B: hue angle of 48.42º 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 #DDC76B is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 107 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.13 |
| HSL | 48.42º | 0.63% | 0.64% | - |
| HSV(B) | 48.42º | 0.52% | 0.87% | - |
| XYZ | 52.9 | 57.28 | 22.18 | - |
| YUV | 195.09 | 78.29 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 107 | 0 | 0.10 | 0.52 | 0.13 | 48.42 | 0.63 | 0.64 |
| Hex | DD | C7 | 6B | 0 | A | 34 | D | 30 | 3F | 40 |
| Octal | 335 | 307 | 153 | 0 | 12 | 64 | 15 | 60 | 77 | 100 |
| Binary | 11011101 | 11000111 | 1101011 | 0 | 1010 | 110100 | 1101 | 110000 | 111111 | 1000000 |
Color Harmonies of #DDC76B
Complementary color
Monochromatic Colors of #DDC76B
Black with #DDC76B
Text Example
Text Example
White with #DDC76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC76B; }
p { color: rgb(221,199,107); }
H1.HeaderClassName
{
color: #DDC76B;
}
.AnyTagClassName
{
color: #DDC76B;
}
</style>
background-color css
<style>
a { background-color: #DDC76B; }
a { background-color: rgb(221,199,107); }
div.DivClassName
{
background-color: #DDC76B;
}
.BgClassName
{
background-color: #DDC76B;
}
</style>
border-color css
<style>
span { border-color: #DDC76B; }
span { border-color: rgb(221,199,107); }
td.TdClassName
{
border-color: #DDC76B;
}
.TagClassName
{
border-color: #DDC76B;
}
</style>