Shades of Sunflower #DDC025
Tints of Sunflower #DDC025
RGB
CMYK
RGB Variations
Color information
#DDC025 (or 0xDDC025) is known color: Sunflower. HEX triplet: DD, C0 and 25. RGB value is (221,192,37). Sum of RGB (Red+Green+Blue) = 221+192+37=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 37 (14.84% from 255 or 8.22% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC025 is #223FDA. Grayscale: #B7B7B7. Windows color (decimal): -2244571 or 2474205. OLE color: 2474205.
HSL color Cylindrical-coordinate representation of color #DDC025: hue angle of 50.54º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDC025 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 37 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.13 |
| HSL | 50.54º | 0.73% | 0.51% | - |
| HSV(B) | 50.54º | 0.83% | 0.87% | - |
| XYZ | 49 | 53.21 | 9.44 | - |
| YUV | 183 | 45.61 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 37 | 0 | 0.13 | 0.83 | 0.13 | 50.54 | 0.73 | 0.51 |
| Hex | DD | C0 | 25 | 0 | D | 53 | D | 33 | 49 | 33 |
| Octal | 335 | 300 | 45 | 0 | 15 | 123 | 15 | 63 | 111 | 63 |
| Binary | 11011101 | 11000000 | 100101 | 0 | 1101 | 1010011 | 1101 | 110011 | 1001001 | 110011 |
Color Harmonies of #DDC025
Complementary color
Monochromatic Colors of #DDC025
Black with #DDC025
Text Example
Text Example
White with #DDC025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC025; }
p { color: rgb(221,192,37); }
H1.HeaderClassName
{
color: #DDC025;
}
.AnyTagClassName
{
color: #DDC025;
}
</style>
background-color css
<style>
a { background-color: #DDC025; }
a { background-color: rgb(221,192,37); }
div.DivClassName
{
background-color: #DDC025;
}
.BgClassName
{
background-color: #DDC025;
}
</style>
border-color css
<style>
span { border-color: #DDC025; }
span { border-color: rgb(221,192,37); }
td.TdClassName
{
border-color: #DDC025;
}
.TagClassName
{
border-color: #DDC025;
}
</style>