Shades of Chenin #DDCA68
Tints of Chenin #DDCA68
RGB
CMYK
RGB Variations
Color information
#DDCA68 (or 0xDDCA68) is known color: Chenin. HEX triplet: DD, CA and 68. RGB value is (221,202,104). Sum of RGB (Red+Green+Blue) = 221+202+104=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA68 is #223597. Grayscale: #C4C4C4. Windows color (decimal): -2241944 or 6867677. OLE color: 6867677.
HSL color Cylindrical-coordinate representation of color #DDCA68: hue angle of 50.26º 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 #DDCA68 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 104 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.13 |
| HSL | 50.26º | 0.63% | 0.64% | - |
| HSV(B) | 50.26º | 0.53% | 0.87% | - |
| XYZ | 53.44 | 58.61 | 21.59 | - |
| YUV | 196.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 104 | 0 | 0.09 | 0.53 | 0.13 | 50.26 | 0.63 | 0.64 |
| Hex | DD | CA | 68 | 0 | 9 | 35 | D | 32 | 3F | 40 |
| Octal | 335 | 312 | 150 | 0 | 11 | 65 | 15 | 62 | 77 | 100 |
| Binary | 11011101 | 11001010 | 1101000 | 0 | 1001 | 110101 | 1101 | 110010 | 111111 | 1000000 |
Color Harmonies of #DDCA68
Complementary color
Monochromatic Colors of #DDCA68
Black with #DDCA68
Text Example
Text Example
White with #DDCA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCA68; }
p { color: rgb(221,202,104); }
H1.HeaderClassName
{
color: #DDCA68;
}
.AnyTagClassName
{
color: #DDCA68;
}
</style>
background-color css
<style>
a { background-color: #DDCA68; }
a { background-color: rgb(221,202,104); }
div.DivClassName
{
background-color: #DDCA68;
}
.BgClassName
{
background-color: #DDCA68;
}
</style>
border-color css
<style>
span { border-color: #DDCA68; }
span { border-color: rgb(221,202,104); }
td.TdClassName
{
border-color: #DDCA68;
}
.TagClassName
{
border-color: #DDCA68;
}
</style>