Shades of Sunflower #DDCA16
Tints of Sunflower #DDCA16
RGB
CMYK
RGB Variations
Color information
#DDCA16 (or 0xDDCA16) is known color: Sunflower. HEX triplet: DD, CA and 16. RGB value is (221,202,22). Sum of RGB (Red+Green+Blue) = 221+202+22=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 22 (8.98% from 255 or 4.94% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCA16 is #2235E9. Grayscale: #BBBBBB. Windows color (decimal): -2242026 or 1493725. OLE color: 1493725.
HSL color Cylindrical-coordinate representation of color #DDCA16: hue angle of 54.27º 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 #DDCA16 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 22 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.13 |
| HSL | 54.27º | 0.82% | 0.48% | - |
| HSV(B) | 54.27º | 0.9% | 0.87% | - |
| XYZ | 51.08 | 57.67 | 9.2 | - |
| YUV | 187.16 | 34.79 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 22 | 0 | 0.09 | 0.90 | 0.13 | 54.27 | 0.82 | 0.48 |
| Hex | DD | CA | 16 | 0 | 9 | 5A | D | 36 | 52 | 30 |
| Octal | 335 | 312 | 26 | 0 | 11 | 132 | 15 | 66 | 122 | 60 |
| Binary | 11011101 | 11001010 | 10110 | 0 | 1001 | 1011010 | 1101 | 110110 | 1010010 | 110000 |
Color Harmonies of #DDCA16
Complementary color
Monochromatic Colors of #DDCA16
Black with #DDCA16
Text Example
Text Example
White with #DDCA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCA16; }
p { color: rgb(221,202,22); }
H1.HeaderClassName
{
color: #DDCA16;
}
.AnyTagClassName
{
color: #DDCA16;
}
</style>
background-color css
<style>
a { background-color: #DDCA16; }
a { background-color: rgb(221,202,22); }
div.DivClassName
{
background-color: #DDCA16;
}
.BgClassName
{
background-color: #DDCA16;
}
</style>
border-color css
<style>
span { border-color: #DDCA16; }
span { border-color: rgb(221,202,22); }
td.TdClassName
{
border-color: #DDCA16;
}
.TagClassName
{
border-color: #DDCA16;
}
</style>