Shades of Sunflower #DDC816
Tints of Sunflower #DDC816
RGB
CMYK
RGB Variations
Color information
#DDC816 (or 0xDDC816) is known color: Sunflower. HEX triplet: DD, C8 and 16. RGB value is (221,200,22). Sum of RGB (Red+Green+Blue) = 221+200+22=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC816 is #2237E9. Grayscale: #BABABA. Windows color (decimal): -2242538 or 1493213. OLE color: 1493213.
HSL color Cylindrical-coordinate representation of color #DDC816: hue angle of 53.67º 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 #DDC816 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 22 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.13 |
| HSL | 53.67º | 0.82% | 0.48% | - |
| HSV(B) | 53.67º | 0.9% | 0.87% | - |
| XYZ | 50.62 | 56.74 | 9.04 | - |
| YUV | 185.99 | 35.46 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 22 | 0 | 0.10 | 0.90 | 0.13 | 53.67 | 0.82 | 0.48 |
| Hex | DD | C8 | 16 | 0 | A | 5A | D | 36 | 52 | 30 |
| Octal | 335 | 310 | 26 | 0 | 12 | 132 | 15 | 66 | 122 | 60 |
| Binary | 11011101 | 11001000 | 10110 | 0 | 1010 | 1011010 | 1101 | 110110 | 1010010 | 110000 |
Color Harmonies of #DDC816
Complementary color
Monochromatic Colors of #DDC816
Black with #DDC816
Text Example
Text Example
White with #DDC816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC816; }
p { color: rgb(221,200,22); }
H1.HeaderClassName
{
color: #DDC816;
}
.AnyTagClassName
{
color: #DDC816;
}
</style>
background-color css
<style>
a { background-color: #DDC816; }
a { background-color: rgb(221,200,22); }
div.DivClassName
{
background-color: #DDC816;
}
.BgClassName
{
background-color: #DDC816;
}
</style>
border-color css
<style>
span { border-color: #DDC816; }
span { border-color: rgb(221,200,22); }
td.TdClassName
{
border-color: #DDC816;
}
.TagClassName
{
border-color: #DDC816;
}
</style>