Shades of Sunflower #DCC50F
Tints of Sunflower #DCC50F
RGB
CMYK
RGB Variations
Color information
#DCC50F (or 0xDCC50F) is known color: Sunflower. HEX triplet: DC, C5 and 0F. RGB value is (220,197,15). Sum of RGB (Red+Green+Blue) = 220+197+15=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC50F is #233AF0. Grayscale: #B7B7B7. Windows color (decimal): -2308849 or 1033692. OLE color: 1033692.
HSL color Cylindrical-coordinate representation of color #DCC50F: hue angle of 53.27º 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 #DCC50F is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 15 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.14 |
| HSL | 53.27º | 0.87% | 0.46% | - |
| HSV(B) | 53.27º | 0.93% | 0.86% | - |
| XYZ | 49.57 | 55.18 | 8.49 | - |
| YUV | 183.13 | 33.12 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 15 | 0 | 0.10 | 0.93 | 0.14 | 53.27 | 0.87 | 0.46 |
| Hex | DC | C5 | F | 0 | A | 5D | E | 35 | 57 | 2E |
| Octal | 334 | 305 | 17 | 0 | 12 | 135 | 16 | 65 | 127 | 56 |
| Binary | 11011100 | 11000101 | 1111 | 0 | 1010 | 1011101 | 1110 | 110101 | 1010111 | 101110 |
Color Harmonies of #DCC50F
Complementary color
Monochromatic Colors of #DCC50F
Black with #DCC50F
Text Example
Text Example
White with #DCC50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC50F; }
p { color: rgb(220,197,15); }
H1.HeaderClassName
{
color: #DCC50F;
}
.AnyTagClassName
{
color: #DCC50F;
}
</style>
background-color css
<style>
a { background-color: #DCC50F; }
a { background-color: rgb(220,197,15); }
div.DivClassName
{
background-color: #DCC50F;
}
.BgClassName
{
background-color: #DCC50F;
}
</style>
border-color css
<style>
span { border-color: #DCC50F; }
span { border-color: rgb(220,197,15); }
td.TdClassName
{
border-color: #DCC50F;
}
.TagClassName
{
border-color: #DCC50F;
}
</style>