Shades of Sunflower #DCC20F
Tints of Sunflower #DCC20F
RGB
CMYK
RGB Variations
Color information
#DCC20F (or 0xDCC20F) is known color: Sunflower. HEX triplet: DC, C2 and 0F. RGB value is (220,194,15). Sum of RGB (Red+Green+Blue) = 220+194+15=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC20F is #233DF0. Grayscale: #B6B6B6. Windows color (decimal): -2309617 or 1032924. OLE color: 1032924.
HSL color Cylindrical-coordinate representation of color #DCC20F: hue angle of 52.39º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCC20F is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 15 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.14 |
| HSL | 52.39º | 0.87% | 0.46% | - |
| HSV(B) | 52.39º | 0.93% | 0.86% | - |
| XYZ | 48.89 | 53.83 | 8.27 | - |
| YUV | 181.37 | 34.11 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 15 | 0 | 0.12 | 0.93 | 0.14 | 52.39 | 0.87 | 0.46 |
| Hex | DC | C2 | F | 0 | C | 5D | E | 34 | 57 | 2E |
| Octal | 334 | 302 | 17 | 0 | 14 | 135 | 16 | 64 | 127 | 56 |
| Binary | 11011100 | 11000010 | 1111 | 0 | 1100 | 1011101 | 1110 | 110100 | 1010111 | 101110 |
Color Harmonies of #DCC20F
Complementary color
Monochromatic Colors of #DCC20F
Black with #DCC20F
Text Example
Text Example
White with #DCC20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC20F; }
p { color: rgb(220,194,15); }
H1.HeaderClassName
{
color: #DCC20F;
}
.AnyTagClassName
{
color: #DCC20F;
}
</style>
background-color css
<style>
a { background-color: #DCC20F; }
a { background-color: rgb(220,194,15); }
div.DivClassName
{
background-color: #DCC20F;
}
.BgClassName
{
background-color: #DCC20F;
}
</style>
border-color css
<style>
span { border-color: #DCC20F; }
span { border-color: rgb(220,194,15); }
td.TdClassName
{
border-color: #DCC20F;
}
.TagClassName
{
border-color: #DCC20F;
}
</style>