Shades of Sunflower #DDC01E
Tints of Sunflower #DDC01E
RGB
CMYK
RGB Variations
Color information
#DDC01E (or 0xDDC01E) is known color: Sunflower. HEX triplet: DD, C0 and 1E. RGB value is (221,192,30). Sum of RGB (Red+Green+Blue) = 221+192+30=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 30 (12.11% from 255 or 6.77% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC01E is #223FE1. Grayscale: #B6B6B6. Windows color (decimal): -2244578 or 2015453. OLE color: 2015453.
HSL color Cylindrical-coordinate representation of color #DDC01E: hue angle of 50.89º 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 #DDC01E is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 30 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.13 |
| HSL | 50.89º | 0.76% | 0.49% | - |
| HSV(B) | 50.89º | 0.86% | 0.87% | - |
| XYZ | 48.9 | 53.17 | 8.91 | - |
| YUV | 182.2 | 42.11 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 30 | 0 | 0.13 | 0.86 | 0.13 | 50.89 | 0.76 | 0.49 |
| Hex | DD | C0 | 1E | 0 | D | 56 | D | 33 | 4C | 31 |
| Octal | 335 | 300 | 36 | 0 | 15 | 126 | 15 | 63 | 114 | 61 |
| Binary | 11011101 | 11000000 | 11110 | 0 | 1101 | 1010110 | 1101 | 110011 | 1001100 | 110001 |
Color Harmonies of #DDC01E
Complementary color
Monochromatic Colors of #DDC01E
Black with #DDC01E
Text Example
Text Example
White with #DDC01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC01E; }
p { color: rgb(221,192,30); }
H1.HeaderClassName
{
color: #DDC01E;
}
.AnyTagClassName
{
color: #DDC01E;
}
</style>
background-color css
<style>
a { background-color: #DDC01E; }
a { background-color: rgb(221,192,30); }
div.DivClassName
{
background-color: #DDC01E;
}
.BgClassName
{
background-color: #DDC01E;
}
</style>
border-color css
<style>
span { border-color: #DDC01E; }
span { border-color: rgb(221,192,30); }
td.TdClassName
{
border-color: #DDC01E;
}
.TagClassName
{
border-color: #DDC01E;
}
</style>