Shades of Sunflower #DDCF0E
Tints of Sunflower #DDCF0E
RGB
CMYK
RGB Variations
Color information
#DDCF0E (or 0xDDCF0E) is known color: Sunflower. HEX triplet: DD, CF and 0E. RGB value is (221,207,14). Sum of RGB (Red+Green+Blue) = 221+207+14=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 14 (5.86% from 255 or 3.17% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCF0E is #2230F1. Grayscale: #BDBDBD. Windows color (decimal): -2240754 or 970717. OLE color: 970717.
HSL color Cylindrical-coordinate representation of color #DDCF0E: hue angle of 55.94º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDCF0E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.13 |
| HSL | 55.94º | 0.88% | 0.46% | - |
| HSV(B) | 55.94º | 0.94% | 0.87% | - |
| XYZ | 52.21 | 60.03 | 9.25 | - |
| YUV | 189.18 | 29.14 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 14 | 0 | 0.06 | 0.94 | 0.13 | 55.94 | 0.88 | 0.46 |
| Hex | DD | CF | E | 0 | 6 | 5E | D | 38 | 58 | 2E |
| Octal | 335 | 317 | 16 | 0 | 6 | 136 | 15 | 70 | 130 | 56 |
| Binary | 11011101 | 11001111 | 1110 | 0 | 110 | 1011110 | 1101 | 111000 | 1011000 | 101110 |
Color Harmonies of #DDCF0E
Complementary color
Monochromatic Colors of #DDCF0E
Black with #DDCF0E
Text Example
Text Example
White with #DDCF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCF0E; }
p { color: rgb(221,207,14); }
H1.HeaderClassName
{
color: #DDCF0E;
}
.AnyTagClassName
{
color: #DDCF0E;
}
</style>
background-color css
<style>
a { background-color: #DDCF0E; }
a { background-color: rgb(221,207,14); }
div.DivClassName
{
background-color: #DDCF0E;
}
.BgClassName
{
background-color: #DDCF0E;
}
</style>
border-color css
<style>
span { border-color: #DDCF0E; }
span { border-color: rgb(221,207,14); }
td.TdClassName
{
border-color: #DDCF0E;
}
.TagClassName
{
border-color: #DDCF0E;
}
</style>