Shades of Sunflower #DCC00E
Tints of Sunflower #DCC00E
RGB
CMYK
RGB Variations
Color information
#DCC00E (or 0xDCC00E) is known color: Sunflower. HEX triplet: DC, C0 and 0E. RGB value is (220,192,14). Sum of RGB (Red+Green+Blue) = 220+192+14=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC00E is #233FF1. Grayscale: #B4B4B4. Windows color (decimal): -2310130 or 966876. OLE color: 966876.
HSL color Cylindrical-coordinate representation of color #DCC00E: hue angle of 51.84º 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 #DCC00E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 14 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.14 |
| HSL | 51.84º | 0.88% | 0.46% | - |
| HSV(B) | 51.84º | 0.94% | 0.86% | - |
| XYZ | 48.44 | 52.95 | 8.08 | - |
| YUV | 180.08 | 34.28 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 14 | 0 | 0.13 | 0.94 | 0.14 | 51.84 | 0.88 | 0.46 |
| Hex | DC | C0 | E | 0 | D | 5E | E | 34 | 58 | 2E |
| Octal | 334 | 300 | 16 | 0 | 15 | 136 | 16 | 64 | 130 | 56 |
| Binary | 11011100 | 11000000 | 1110 | 0 | 1101 | 1011110 | 1110 | 110100 | 1011000 | 101110 |
Color Harmonies of #DCC00E
Complementary color
Monochromatic Colors of #DCC00E
Black with #DCC00E
Text Example
Text Example
White with #DCC00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC00E; }
p { color: rgb(220,192,14); }
H1.HeaderClassName
{
color: #DCC00E;
}
.AnyTagClassName
{
color: #DCC00E;
}
</style>
background-color css
<style>
a { background-color: #DCC00E; }
a { background-color: rgb(220,192,14); }
div.DivClassName
{
background-color: #DCC00E;
}
.BgClassName
{
background-color: #DCC00E;
}
</style>
border-color css
<style>
span { border-color: #DCC00E; }
span { border-color: rgb(220,192,14); }
td.TdClassName
{
border-color: #DCC00E;
}
.TagClassName
{
border-color: #DCC00E;
}
</style>