Shades of Chenin #DDCA6A
Tints of Chenin #DDCA6A
RGB
CMYK
RGB Variations
Color information
#DDCA6A (or 0xDDCA6A) is known color: Chenin. HEX triplet: DD, CA and 6A. RGB value is (221,202,106). Sum of RGB (Red+Green+Blue) = 221+202+106=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA6A is #223595. Grayscale: #C5C5C5. Windows color (decimal): -2241942 or 6998749. OLE color: 6998749.
HSL color Cylindrical-coordinate representation of color #DDCA6A: hue angle of 50.09º 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 #DDCA6A is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 106 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.13 |
| HSL | 50.09º | 0.63% | 0.64% | - |
| HSV(B) | 50.09º | 0.52% | 0.87% | - |
| XYZ | 53.54 | 58.65 | 22.14 | - |
| YUV | 196.74 | 76.79 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 106 | 0 | 0.09 | 0.52 | 0.13 | 50.09 | 0.63 | 0.64 |
| Hex | DD | CA | 6A | 0 | 9 | 34 | D | 32 | 3F | 40 |
| Octal | 335 | 312 | 152 | 0 | 11 | 64 | 15 | 62 | 77 | 100 |
| Binary | 11011101 | 11001010 | 1101010 | 0 | 1001 | 110100 | 1101 | 110010 | 111111 | 1000000 |
Color Harmonies of #DDCA6A
Complementary color
Monochromatic Colors of #DDCA6A
Black with #DDCA6A
Text Example
Text Example
White with #DDCA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCA6A; }
p { color: rgb(221,202,106); }
H1.HeaderClassName
{
color: #DDCA6A;
}
.AnyTagClassName
{
color: #DDCA6A;
}
</style>
background-color css
<style>
a { background-color: #DDCA6A; }
a { background-color: rgb(221,202,106); }
div.DivClassName
{
background-color: #DDCA6A;
}
.BgClassName
{
background-color: #DDCA6A;
}
</style>
border-color css
<style>
span { border-color: #DDCA6A; }
span { border-color: rgb(221,202,106); }
td.TdClassName
{
border-color: #DDCA6A;
}
.TagClassName
{
border-color: #DDCA6A;
}
</style>