Shades of Sunflower #DCC80E
Tints of Sunflower #DCC80E
RGB
CMYK
RGB Variations
Color information
#DCC80E (or 0xDCC80E) is known color: Sunflower. HEX triplet: DC, C8 and 0E. RGB value is (220,200,14). Sum of RGB (Red+Green+Blue) = 220+200+14=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 14 (5.86% from 255 or 3.23% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC80E is #2337F1. Grayscale: #B9B9B9. Windows color (decimal): -2308082 or 968924. OLE color: 968924.
HSL color Cylindrical-coordinate representation of color #DCC80E: hue angle of 54.17º 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 #DCC80E is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 14 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.14 |
| HSL | 54.17º | 0.88% | 0.46% | - |
| HSV(B) | 54.17º | 0.94% | 0.86% | - |
| XYZ | 50.25 | 56.56 | 8.68 | - |
| YUV | 184.78 | 31.63 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 14 | 0 | 0.09 | 0.94 | 0.14 | 54.17 | 0.88 | 0.46 |
| Hex | DC | C8 | E | 0 | 9 | 5E | E | 36 | 58 | 2E |
| Octal | 334 | 310 | 16 | 0 | 11 | 136 | 16 | 66 | 130 | 56 |
| Binary | 11011100 | 11001000 | 1110 | 0 | 1001 | 1011110 | 1110 | 110110 | 1011000 | 101110 |
Color Harmonies of #DCC80E
Complementary color
Monochromatic Colors of #DCC80E
Black with #DCC80E
Text Example
Text Example
White with #DCC80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC80E; }
p { color: rgb(220,200,14); }
H1.HeaderClassName
{
color: #DCC80E;
}
.AnyTagClassName
{
color: #DCC80E;
}
</style>
background-color css
<style>
a { background-color: #DCC80E; }
a { background-color: rgb(220,200,14); }
div.DivClassName
{
background-color: #DCC80E;
}
.BgClassName
{
background-color: #DCC80E;
}
</style>
border-color css
<style>
span { border-color: #DCC80E; }
span { border-color: rgb(220,200,14); }
td.TdClassName
{
border-color: #DCC80E;
}
.TagClassName
{
border-color: #DCC80E;
}
</style>