Shades of Chenin #DDC368
Tints of Chenin #DDC368
RGB
CMYK
RGB Variations
Color information
#DDC368 (or 0xDDC368) is known color: Chenin. HEX triplet: DD, C3 and 68. RGB value is (221,195,104). Sum of RGB (Red+Green+Blue) = 221+195+104=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC368 is #223C97. Grayscale: #C0C0C0. Windows color (decimal): -2243736 or 6865885. OLE color: 6865885.
HSL color Cylindrical-coordinate representation of color #DDC368: hue angle of 46.67º 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 #DDC368 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 104 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.13 |
| HSL | 46.67º | 0.63% | 0.64% | - |
| HSV(B) | 46.67º | 0.53% | 0.87% | - |
| XYZ | 51.83 | 55.4 | 21.06 | - |
| YUV | 192.4 | 78.11 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 104 | 0 | 0.12 | 0.53 | 0.13 | 46.67 | 0.63 | 0.64 |
| Hex | DD | C3 | 68 | 0 | C | 35 | D | 2F | 3F | 40 |
| Octal | 335 | 303 | 150 | 0 | 14 | 65 | 15 | 57 | 77 | 100 |
| Binary | 11011101 | 11000011 | 1101000 | 0 | 1100 | 110101 | 1101 | 101111 | 111111 | 1000000 |
Color Harmonies of #DDC368
Complementary color
Monochromatic Colors of #DDC368
Black with #DDC368
Text Example
Text Example
White with #DDC368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC368; }
p { color: rgb(221,195,104); }
H1.HeaderClassName
{
color: #DDC368;
}
.AnyTagClassName
{
color: #DDC368;
}
</style>
background-color css
<style>
a { background-color: #DDC368; }
a { background-color: rgb(221,195,104); }
div.DivClassName
{
background-color: #DDC368;
}
.BgClassName
{
background-color: #DDC368;
}
</style>
border-color css
<style>
span { border-color: #DDC368; }
span { border-color: rgb(221,195,104); }
td.TdClassName
{
border-color: #DDC368;
}
.TagClassName
{
border-color: #DDC368;
}
</style>