Shades of Chenin #DDC36A
Tints of Chenin #DDC36A
RGB
CMYK
RGB Variations
Color information
#DDC36A (or 0xDDC36A) is known color: Chenin. HEX triplet: DD, C3 and 6A. RGB value is (221,195,106). Sum of RGB (Red+Green+Blue) = 221+195+106=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC36A is #223C95. Grayscale: #C1C1C1. Windows color (decimal): -2243734 or 6996957. OLE color: 6996957.
HSL color Cylindrical-coordinate representation of color #DDC36A: hue angle of 46.43º 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 #DDC36A is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 106 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.13 |
| HSL | 46.43º | 0.63% | 0.64% | - |
| HSV(B) | 46.43º | 0.52% | 0.87% | - |
| XYZ | 51.94 | 55.44 | 21.6 | - |
| YUV | 192.63 | 79.11 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 106 | 0 | 0.12 | 0.52 | 0.13 | 46.43 | 0.63 | 0.64 |
| Hex | DD | C3 | 6A | 0 | C | 34 | D | 2E | 3F | 40 |
| Octal | 335 | 303 | 152 | 0 | 14 | 64 | 15 | 56 | 77 | 100 |
| Binary | 11011101 | 11000011 | 1101010 | 0 | 1100 | 110100 | 1101 | 101110 | 111111 | 1000000 |
Color Harmonies of #DDC36A
Complementary color
Monochromatic Colors of #DDC36A
Black with #DDC36A
Text Example
Text Example
White with #DDC36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC36A; }
p { color: rgb(221,195,106); }
H1.HeaderClassName
{
color: #DDC36A;
}
.AnyTagClassName
{
color: #DDC36A;
}
</style>
background-color css
<style>
a { background-color: #DDC36A; }
a { background-color: rgb(221,195,106); }
div.DivClassName
{
background-color: #DDC36A;
}
.BgClassName
{
background-color: #DDC36A;
}
</style>
border-color css
<style>
span { border-color: #DDC36A; }
span { border-color: rgb(221,195,106); }
td.TdClassName
{
border-color: #DDC36A;
}
.TagClassName
{
border-color: #DDC36A;
}
</style>