Shades of Sunflower #DDC015
Tints of Sunflower #DDC015
RGB
CMYK
RGB Variations
Color information
#DDC015 (or 0xDDC015) is known color: Sunflower. HEX triplet: DD, C0 and 15. RGB value is (221,192,21). Sum of RGB (Red+Green+Blue) = 221+192+21=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 21 (8.59% from 255 or 4.84% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC015 is #223FEA. Grayscale: #B5B5B5. Windows color (decimal): -2244587 or 1425629. OLE color: 1425629.
HSL color Cylindrical-coordinate representation of color #DDC015: hue angle of 51.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDC015 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 21 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.13 |
| HSL | 51.3º | 0.83% | 0.47% | - |
| HSV(B) | 51.3º | 0.9% | 0.87% | - |
| XYZ | 48.8 | 53.13 | 8.39 | - |
| YUV | 181.18 | 37.61 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 21 | 0 | 0.13 | 0.90 | 0.13 | 51.3 | 0.83 | 0.47 |
| Hex | DD | C0 | 15 | 0 | D | 5A | D | 33 | 53 | 2F |
| Octal | 335 | 300 | 25 | 0 | 15 | 132 | 15 | 63 | 123 | 57 |
| Binary | 11011101 | 11000000 | 10101 | 0 | 1101 | 1011010 | 1101 | 110011 | 1010011 | 101111 |
Color Harmonies of #DDC015
Complementary color
Monochromatic Colors of #DDC015
Black with #DDC015
Text Example
Text Example
White with #DDC015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC015; }
p { color: rgb(221,192,21); }
H1.HeaderClassName
{
color: #DDC015;
}
.AnyTagClassName
{
color: #DDC015;
}
</style>
background-color css
<style>
a { background-color: #DDC015; }
a { background-color: rgb(221,192,21); }
div.DivClassName
{
background-color: #DDC015;
}
.BgClassName
{
background-color: #DDC015;
}
</style>
border-color css
<style>
span { border-color: #DDC015; }
span { border-color: rgb(221,192,21); }
td.TdClassName
{
border-color: #DDC015;
}
.TagClassName
{
border-color: #DDC015;
}
</style>