Shades of Sunflower #DDCF16
Tints of Sunflower #DDCF16
RGB
CMYK
RGB Variations
Color information
#DDCF16 (or 0xDDCF16) is known color: Sunflower. HEX triplet: DD, CF and 16. RGB value is (221,207,22). Sum of RGB (Red+Green+Blue) = 221+207+22=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 22 (8.98% from 255 or 4.89% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCF16 is #2230E9. Grayscale: #BEBEBE. Windows color (decimal): -2240746 or 1495005. OLE color: 1495005.
HSL color Cylindrical-coordinate representation of color #DDCF16: hue angle of 55.78º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDCF16 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 22 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.13 |
| HSL | 55.78º | 0.82% | 0.48% | - |
| HSV(B) | 55.78º | 0.9% | 0.87% | - |
| XYZ | 52.28 | 60.06 | 9.6 | - |
| YUV | 190.1 | 33.14 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 22 | 0 | 0.06 | 0.90 | 0.13 | 55.78 | 0.82 | 0.48 |
| Hex | DD | CF | 16 | 0 | 6 | 5A | D | 38 | 52 | 30 |
| Octal | 335 | 317 | 26 | 0 | 6 | 132 | 15 | 70 | 122 | 60 |
| Binary | 11011101 | 11001111 | 10110 | 0 | 110 | 1011010 | 1101 | 111000 | 1010010 | 110000 |
Color Harmonies of #DDCF16
Complementary color
Monochromatic Colors of #DDCF16
Black with #DDCF16
Text Example
Text Example
White with #DDCF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCF16; }
p { color: rgb(221,207,22); }
H1.HeaderClassName
{
color: #DDCF16;
}
.AnyTagClassName
{
color: #DDCF16;
}
</style>
background-color css
<style>
a { background-color: #DDCF16; }
a { background-color: rgb(221,207,22); }
div.DivClassName
{
background-color: #DDCF16;
}
.BgClassName
{
background-color: #DDCF16;
}
</style>
border-color css
<style>
span { border-color: #DDCF16; }
span { border-color: rgb(221,207,22); }
td.TdClassName
{
border-color: #DDCF16;
}
.TagClassName
{
border-color: #DDCF16;
}
</style>