Shades of Sunflower #DCCF0E
Tints of Sunflower #DCCF0E
RGB
CMYK
RGB Variations
Color information
#DCCF0E (or 0xDCCF0E) is known color: Sunflower. HEX triplet: DC, CF and 0E. RGB value is (220,207,14). Sum of RGB (Red+Green+Blue) = 220+207+14=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 14 (5.86% from 255 or 3.17% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF0E is #2330F1. Grayscale: #BDBDBD. Windows color (decimal): -2306290 or 970716. OLE color: 970716.
HSL color Cylindrical-coordinate representation of color #DCCF0E: hue angle of 56.21º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCCF0E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.14 |
| HSL | 56.21º | 0.88% | 0.46% | - |
| HSV(B) | 56.21º | 0.94% | 0.86% | - |
| XYZ | 51.91 | 59.87 | 9.24 | - |
| YUV | 188.89 | 29.31 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 14 | 0 | 0.06 | 0.94 | 0.14 | 56.21 | 0.88 | 0.46 |
| Hex | DC | CF | E | 0 | 6 | 5E | E | 38 | 58 | 2E |
| Octal | 334 | 317 | 16 | 0 | 6 | 136 | 16 | 70 | 130 | 56 |
| Binary | 11011100 | 11001111 | 1110 | 0 | 110 | 1011110 | 1110 | 111000 | 1011000 | 101110 |
Color Harmonies of #DCCF0E
Complementary color
Monochromatic Colors of #DCCF0E
Black with #DCCF0E
Text Example
Text Example
White with #DCCF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF0E; }
p { color: rgb(220,207,14); }
H1.HeaderClassName
{
color: #DCCF0E;
}
.AnyTagClassName
{
color: #DCCF0E;
}
</style>
background-color css
<style>
a { background-color: #DCCF0E; }
a { background-color: rgb(220,207,14); }
div.DivClassName
{
background-color: #DCCF0E;
}
.BgClassName
{
background-color: #DCCF0E;
}
</style>
border-color css
<style>
span { border-color: #DCCF0E; }
span { border-color: rgb(220,207,14); }
td.TdClassName
{
border-color: #DCCF0E;
}
.TagClassName
{
border-color: #DCCF0E;
}
</style>