Shades of Sunflower #DDC021
Tints of Sunflower #DDC021
RGB
CMYK
RGB Variations
Color information
#DDC021 (or 0xDDC021) is known color: Sunflower. HEX triplet: DD, C0 and 21. RGB value is (221,192,33). Sum of RGB (Red+Green+Blue) = 221+192+33=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC021 is #223FDE. Grayscale: #B7B7B7. Windows color (decimal): -2244575 or 2212061. OLE color: 2212061.
HSL color Cylindrical-coordinate representation of color #DDC021: hue angle of 50.74º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDC021 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 33 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.13 |
| HSL | 50.74º | 0.74% | 0.5% | - |
| HSV(B) | 50.74º | 0.85% | 0.87% | - |
| XYZ | 48.94 | 53.18 | 9.12 | - |
| YUV | 182.55 | 43.61 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 33 | 0 | 0.13 | 0.85 | 0.13 | 50.74 | 0.74 | 0.5 |
| Hex | DD | C0 | 21 | 0 | D | 55 | D | 33 | 4A | 32 |
| Octal | 335 | 300 | 41 | 0 | 15 | 125 | 15 | 63 | 112 | 62 |
| Binary | 11011101 | 11000000 | 100001 | 0 | 1101 | 1010101 | 1101 | 110011 | 1001010 | 110010 |
Color Harmonies of #DDC021
Complementary color
Monochromatic Colors of #DDC021
Black with #DDC021
Text Example
Text Example
White with #DDC021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC021; }
p { color: rgb(221,192,33); }
H1.HeaderClassName
{
color: #DDC021;
}
.AnyTagClassName
{
color: #DDC021;
}
</style>
background-color css
<style>
a { background-color: #DDC021; }
a { background-color: rgb(221,192,33); }
div.DivClassName
{
background-color: #DDC021;
}
.BgClassName
{
background-color: #DDC021;
}
</style>
border-color css
<style>
span { border-color: #DDC021; }
span { border-color: rgb(221,192,33); }
td.TdClassName
{
border-color: #DDC021;
}
.TagClassName
{
border-color: #DDC021;
}
</style>