Shades of Sunflower #DCC20E
Tints of Sunflower #DCC20E
RGB
CMYK
RGB Variations
Color information
#DCC20E (or 0xDCC20E) is known color: Sunflower. HEX triplet: DC, C2 and 0E. RGB value is (220,194,14). Sum of RGB (Red+Green+Blue) = 220+194+14=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC20E is #233DF1. Grayscale: #B5B5B5. Windows color (decimal): -2309618 or 967388. OLE color: 967388.
HSL color Cylindrical-coordinate representation of color #DCC20E: hue angle of 52.43º 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 #DCC20E is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 14 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.14 |
| HSL | 52.43º | 0.88% | 0.46% | - |
| HSV(B) | 52.43º | 0.94% | 0.86% | - |
| XYZ | 48.89 | 53.83 | 8.23 | - |
| YUV | 181.25 | 33.61 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 14 | 0 | 0.12 | 0.94 | 0.14 | 52.43 | 0.88 | 0.46 |
| Hex | DC | C2 | E | 0 | C | 5E | E | 34 | 58 | 2E |
| Octal | 334 | 302 | 16 | 0 | 14 | 136 | 16 | 64 | 130 | 56 |
| Binary | 11011100 | 11000010 | 1110 | 0 | 1100 | 1011110 | 1110 | 110100 | 1011000 | 101110 |
Color Harmonies of #DCC20E
Complementary color
Monochromatic Colors of #DCC20E
Black with #DCC20E
Text Example
Text Example
White with #DCC20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC20E; }
p { color: rgb(220,194,14); }
H1.HeaderClassName
{
color: #DCC20E;
}
.AnyTagClassName
{
color: #DCC20E;
}
</style>
background-color css
<style>
a { background-color: #DCC20E; }
a { background-color: rgb(220,194,14); }
div.DivClassName
{
background-color: #DCC20E;
}
.BgClassName
{
background-color: #DCC20E;
}
</style>
border-color css
<style>
span { border-color: #DCC20E; }
span { border-color: rgb(220,194,14); }
td.TdClassName
{
border-color: #DCC20E;
}
.TagClassName
{
border-color: #DCC20E;
}
</style>