Shades of Chenin #DDC367
Tints of Chenin #DDC367
RGB
CMYK
RGB Variations
Color information
#DDC367 (or 0xDDC367) is known color: Chenin. HEX triplet: DD, C3 and 67. RGB value is (221,195,103). Sum of RGB (Red+Green+Blue) = 221+195+103=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 103 (40.62% from 255 or 19.85% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC367 is #223C98. Grayscale: #C0C0C0. Windows color (decimal): -2243737 or 6800349. OLE color: 6800349.
HSL color Cylindrical-coordinate representation of color #DDC367: hue angle of 46.78º 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 #DDC367 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 103 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.13 |
| HSL | 46.78º | 0.63% | 0.64% | - |
| HSV(B) | 46.78º | 0.53% | 0.87% | - |
| XYZ | 51.78 | 55.38 | 20.79 | - |
| YUV | 192.29 | 77.61 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 103 | 0 | 0.12 | 0.53 | 0.13 | 46.78 | 0.63 | 0.64 |
| Hex | DD | C3 | 67 | 0 | C | 35 | D | 2F | 3F | 40 |
| Octal | 335 | 303 | 147 | 0 | 14 | 65 | 15 | 57 | 77 | 100 |
| Binary | 11011101 | 11000011 | 1100111 | 0 | 1100 | 110101 | 1101 | 101111 | 111111 | 1000000 |
Color Harmonies of #DDC367
Complementary color
Monochromatic Colors of #DDC367
Black with #DDC367
Text Example
Text Example
White with #DDC367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC367; }
p { color: rgb(221,195,103); }
H1.HeaderClassName
{
color: #DDC367;
}
.AnyTagClassName
{
color: #DDC367;
}
</style>
background-color css
<style>
a { background-color: #DDC367; }
a { background-color: rgb(221,195,103); }
div.DivClassName
{
background-color: #DDC367;
}
.BgClassName
{
background-color: #DDC367;
}
</style>
border-color css
<style>
span { border-color: #DDC367; }
span { border-color: rgb(221,195,103); }
td.TdClassName
{
border-color: #DDC367;
}
.TagClassName
{
border-color: #DDC367;
}
</style>