Shades of Sunflower #DDC818
Tints of Sunflower #DDC818
RGB
CMYK
RGB Variations
Color information
#DDC818 (or 0xDDC818) is known color: Sunflower. HEX triplet: DD, C8 and 18. RGB value is (221,200,24). Sum of RGB (Red+Green+Blue) = 221+200+24=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 24 (9.77% from 255 or 5.39% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC818 is #2237E7. Grayscale: #BABABA. Windows color (decimal): -2242536 or 1624285. OLE color: 1624285.
HSL color Cylindrical-coordinate representation of color #DDC818: hue angle of 53.6º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDC818 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 24 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.13 |
| HSL | 53.6º | 0.8% | 0.48% | - |
| HSV(B) | 53.6º | 0.89% | 0.87% | - |
| XYZ | 50.64 | 56.75 | 9.15 | - |
| YUV | 186.22 | 36.46 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 24 | 0 | 0.10 | 0.89 | 0.13 | 53.6 | 0.8 | 0.48 |
| Hex | DD | C8 | 18 | 0 | A | 59 | D | 36 | 50 | 30 |
| Octal | 335 | 310 | 30 | 0 | 12 | 131 | 15 | 66 | 120 | 60 |
| Binary | 11011101 | 11001000 | 11000 | 0 | 1010 | 1011001 | 1101 | 110110 | 1010000 | 110000 |
Color Harmonies of #DDC818
Complementary color
Monochromatic Colors of #DDC818
Black with #DDC818
Text Example
Text Example
White with #DDC818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC818; }
p { color: rgb(221,200,24); }
H1.HeaderClassName
{
color: #DDC818;
}
.AnyTagClassName
{
color: #DDC818;
}
</style>
background-color css
<style>
a { background-color: #DDC818; }
a { background-color: rgb(221,200,24); }
div.DivClassName
{
background-color: #DDC818;
}
.BgClassName
{
background-color: #DDC818;
}
</style>
border-color css
<style>
span { border-color: #DDC818; }
span { border-color: rgb(221,200,24); }
td.TdClassName
{
border-color: #DDC818;
}
.TagClassName
{
border-color: #DDC818;
}
</style>