Shades of Sunflower #DDCF15
Tints of Sunflower #DDCF15
RGB
CMYK
RGB Variations
Color information
#DDCF15 (or 0xDDCF15) is known color: Sunflower. HEX triplet: DD, CF and 15. RGB value is (221,207,21). Sum of RGB (Red+Green+Blue) = 221+207+21=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 21 (8.59% from 255 or 4.68% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCF15 is #2230EA. Grayscale: #BEBEBE. Windows color (decimal): -2240747 or 1429469. OLE color: 1429469.
HSL color Cylindrical-coordinate representation of color #DDCF15: hue angle of 55.8º 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 #DDCF15 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 21 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.13 |
| HSL | 55.8º | 0.83% | 0.47% | - |
| HSV(B) | 55.8º | 0.9% | 0.87% | - |
| XYZ | 52.27 | 60.05 | 9.55 | - |
| YUV | 189.98 | 32.64 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 21 | 0 | 0.06 | 0.90 | 0.13 | 55.8 | 0.83 | 0.47 |
| Hex | DD | CF | 15 | 0 | 6 | 5A | D | 38 | 53 | 2F |
| Octal | 335 | 317 | 25 | 0 | 6 | 132 | 15 | 70 | 123 | 57 |
| Binary | 11011101 | 11001111 | 10101 | 0 | 110 | 1011010 | 1101 | 111000 | 1010011 | 101111 |
Color Harmonies of #DDCF15
Complementary color
Monochromatic Colors of #DDCF15
Black with #DDCF15
Text Example
Text Example
White with #DDCF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCF15; }
p { color: rgb(221,207,21); }
H1.HeaderClassName
{
color: #DDCF15;
}
.AnyTagClassName
{
color: #DDCF15;
}
</style>
background-color css
<style>
a { background-color: #DDCF15; }
a { background-color: rgb(221,207,21); }
div.DivClassName
{
background-color: #DDCF15;
}
.BgClassName
{
background-color: #DDCF15;
}
</style>
border-color css
<style>
span { border-color: #DDCF15; }
span { border-color: rgb(221,207,21); }
td.TdClassName
{
border-color: #DDCF15;
}
.TagClassName
{
border-color: #DDCF15;
}
</style>