Shades of Sunflower #DCC70E
Tints of Sunflower #DCC70E
RGB
CMYK
RGB Variations
Color information
#DCC70E (or 0xDCC70E) is known color: Sunflower. HEX triplet: DC, C7 and 0E. RGB value is (220,199,14). Sum of RGB (Red+Green+Blue) = 220+199+14=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC70E is #2338F1. Grayscale: #B8B8B8. Windows color (decimal): -2308338 or 968668. OLE color: 968668.
HSL color Cylindrical-coordinate representation of color #DCC70E: hue angle of 53.88º 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 #DCC70E is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 14 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.14 |
| HSL | 53.88º | 0.88% | 0.46% | - |
| HSV(B) | 53.88º | 0.94% | 0.86% | - |
| XYZ | 50.02 | 56.09 | 8.61 | - |
| YUV | 184.19 | 31.96 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 14 | 0 | 0.10 | 0.94 | 0.14 | 53.88 | 0.88 | 0.46 |
| Hex | DC | C7 | E | 0 | A | 5E | E | 36 | 58 | 2E |
| Octal | 334 | 307 | 16 | 0 | 12 | 136 | 16 | 66 | 130 | 56 |
| Binary | 11011100 | 11000111 | 1110 | 0 | 1010 | 1011110 | 1110 | 110110 | 1011000 | 101110 |
Color Harmonies of #DCC70E
Complementary color
Monochromatic Colors of #DCC70E
Black with #DCC70E
Text Example
Text Example
White with #DCC70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC70E; }
p { color: rgb(220,199,14); }
H1.HeaderClassName
{
color: #DCC70E;
}
.AnyTagClassName
{
color: #DCC70E;
}
</style>
background-color css
<style>
a { background-color: #DCC70E; }
a { background-color: rgb(220,199,14); }
div.DivClassName
{
background-color: #DCC70E;
}
.BgClassName
{
background-color: #DCC70E;
}
</style>
border-color css
<style>
span { border-color: #DCC70E; }
span { border-color: rgb(220,199,14); }
td.TdClassName
{
border-color: #DCC70E;
}
.TagClassName
{
border-color: #DCC70E;
}
</style>