Shades of Sunflower #DDC024
Tints of Sunflower #DDC024
RGB
CMYK
RGB Variations
Color information
#DDC024 (or 0xDDC024) is known color: Sunflower. HEX triplet: DD, C0 and 24. RGB value is (221,192,36). Sum of RGB (Red+Green+Blue) = 221+192+36=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC024 is #223FDB. Grayscale: #B7B7B7. Windows color (decimal): -2244572 or 2408669. OLE color: 2408669.
HSL color Cylindrical-coordinate representation of color #DDC024: hue angle of 50.59º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDC024 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 36 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.13 |
| HSL | 50.59º | 0.73% | 0.5% | - |
| HSV(B) | 50.59º | 0.84% | 0.87% | - |
| XYZ | 48.99 | 53.2 | 9.36 | - |
| YUV | 182.89 | 45.11 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 36 | 0 | 0.13 | 0.84 | 0.13 | 50.59 | 0.73 | 0.5 |
| Hex | DD | C0 | 24 | 0 | D | 54 | D | 33 | 49 | 32 |
| Octal | 335 | 300 | 44 | 0 | 15 | 124 | 15 | 63 | 111 | 62 |
| Binary | 11011101 | 11000000 | 100100 | 0 | 1101 | 1010100 | 1101 | 110011 | 1001001 | 110010 |
Color Harmonies of #DDC024
Complementary color
Monochromatic Colors of #DDC024
Black with #DDC024
Text Example
Text Example
White with #DDC024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC024; }
p { color: rgb(221,192,36); }
H1.HeaderClassName
{
color: #DDC024;
}
.AnyTagClassName
{
color: #DDC024;
}
</style>
background-color css
<style>
a { background-color: #DDC024; }
a { background-color: rgb(221,192,36); }
div.DivClassName
{
background-color: #DDC024;
}
.BgClassName
{
background-color: #DDC024;
}
</style>
border-color css
<style>
span { border-color: #DDC024; }
span { border-color: rgb(221,192,36); }
td.TdClassName
{
border-color: #DDC024;
}
.TagClassName
{
border-color: #DDC024;
}
</style>