Shades of Sunflower #DDC028
Tints of Sunflower #DDC028
RGB
CMYK
RGB Variations
Color information
#DDC028 (or 0xDDC028) is known color: Sunflower. HEX triplet: DD, C0 and 28. RGB value is (221,192,40). Sum of RGB (Red+Green+Blue) = 221+192+40=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC028 is #223FD7. Grayscale: #B7B7B7. Windows color (decimal): -2244568 or 2670813. OLE color: 2670813.
HSL color Cylindrical-coordinate representation of color #DDC028: hue angle of 50.39º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDC028 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 40 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.13 |
| HSL | 50.39º | 0.73% | 0.51% | - |
| HSV(B) | 50.39º | 0.82% | 0.87% | - |
| XYZ | 49.05 | 53.22 | 9.7 | - |
| YUV | 183.34 | 47.11 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 40 | 0 | 0.13 | 0.82 | 0.13 | 50.39 | 0.73 | 0.51 |
| Hex | DD | C0 | 28 | 0 | D | 52 | D | 32 | 49 | 33 |
| Octal | 335 | 300 | 50 | 0 | 15 | 122 | 15 | 62 | 111 | 63 |
| Binary | 11011101 | 11000000 | 101000 | 0 | 1101 | 1010010 | 1101 | 110010 | 1001001 | 110011 |
Color Harmonies of #DDC028
Complementary color
Monochromatic Colors of #DDC028
Black with #DDC028
Text Example
Text Example
White with #DDC028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC028; }
p { color: rgb(221,192,40); }
H1.HeaderClassName
{
color: #DDC028;
}
.AnyTagClassName
{
color: #DDC028;
}
</style>
background-color css
<style>
a { background-color: #DDC028; }
a { background-color: rgb(221,192,40); }
div.DivClassName
{
background-color: #DDC028;
}
.BgClassName
{
background-color: #DDC028;
}
</style>
border-color css
<style>
span { border-color: #DDC028; }
span { border-color: rgb(221,192,40); }
td.TdClassName
{
border-color: #DDC028;
}
.TagClassName
{
border-color: #DDC028;
}
</style>