Shades of Sunflower #DDC51E
Tints of Sunflower #DDC51E
RGB
CMYK
RGB Variations
Color information
#DDC51E (or 0xDDC51E) is known color: Sunflower. HEX triplet: DD, C5 and 1E. RGB value is (221,197,30). Sum of RGB (Red+Green+Blue) = 221+197+30=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 30 (12.11% from 255 or 6.70% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC51E is #223AE1. Grayscale: #B9B9B9. Windows color (decimal): -2243298 or 2016733. OLE color: 2016733.
HSL color Cylindrical-coordinate representation of color #DDC51E: hue angle of 52.46º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDC51E is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 30 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.13 |
| HSL | 52.46º | 0.76% | 0.49% | - |
| HSV(B) | 52.46º | 0.86% | 0.87% | - |
| XYZ | 50.02 | 55.4 | 9.28 | - |
| YUV | 185.14 | 40.45 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 30 | 0 | 0.11 | 0.86 | 0.13 | 52.46 | 0.76 | 0.49 |
| Hex | DD | C5 | 1E | 0 | B | 56 | D | 34 | 4C | 31 |
| Octal | 335 | 305 | 36 | 0 | 13 | 126 | 15 | 64 | 114 | 61 |
| Binary | 11011101 | 11000101 | 11110 | 0 | 1011 | 1010110 | 1101 | 110100 | 1001100 | 110001 |
Color Harmonies of #DDC51E
Complementary color
Monochromatic Colors of #DDC51E
Black with #DDC51E
Text Example
Text Example
White with #DDC51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC51E; }
p { color: rgb(221,197,30); }
H1.HeaderClassName
{
color: #DDC51E;
}
.AnyTagClassName
{
color: #DDC51E;
}
</style>
background-color css
<style>
a { background-color: #DDC51E; }
a { background-color: rgb(221,197,30); }
div.DivClassName
{
background-color: #DDC51E;
}
.BgClassName
{
background-color: #DDC51E;
}
</style>
border-color css
<style>
span { border-color: #DDC51E; }
span { border-color: rgb(221,197,30); }
td.TdClassName
{
border-color: #DDC51E;
}
.TagClassName
{
border-color: #DDC51E;
}
</style>