Shades of Chenin #DDC177
Tints of Chenin #DDC177
RGB
CMYK
RGB Variations
Color information
#DDC177 (or 0xDDC177) is known color: Chenin. HEX triplet: DD, C1 and 77. RGB value is (221,193,119). Sum of RGB (Red+Green+Blue) = 221+193+119=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC177 is #223E88. Grayscale: #C1C1C1. Windows color (decimal): -2244233 or 7848413. OLE color: 7848413.
HSL color Cylindrical-coordinate representation of color #DDC177: hue angle of 43.53º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDC177 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 119 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.13 |
| HSL | 43.53º | 0.6% | 0.67% | - |
| HSV(B) | 43.53º | 0.46% | 0.87% | - |
| XYZ | 52.22 | 54.84 | 25.29 | - |
| YUV | 192.94 | 86.28 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 119 | 0 | 0.13 | 0.46 | 0.13 | 43.53 | 0.6 | 0.67 |
| Hex | DD | C1 | 77 | 0 | D | 2E | D | 2C | 3C | 43 |
| Octal | 335 | 301 | 167 | 0 | 15 | 56 | 15 | 54 | 74 | 103 |
| Binary | 11011101 | 11000001 | 1110111 | 0 | 1101 | 101110 | 1101 | 101100 | 111100 | 1000011 |
Color Harmonies of #DDC177
Complementary color
Monochromatic Colors of #DDC177
Black with #DDC177
Text Example
Text Example
White with #DDC177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC177; }
p { color: rgb(221,193,119); }
H1.HeaderClassName
{
color: #DDC177;
}
.AnyTagClassName
{
color: #DDC177;
}
</style>
background-color css
<style>
a { background-color: #DDC177; }
a { background-color: rgb(221,193,119); }
div.DivClassName
{
background-color: #DDC177;
}
.BgClassName
{
background-color: #DDC177;
}
</style>
border-color css
<style>
span { border-color: #DDC177; }
span { border-color: rgb(221,193,119); }
td.TdClassName
{
border-color: #DDC177;
}
.TagClassName
{
border-color: #DDC177;
}
</style>