Shades of Sunflower #DCC50C
Tints of Sunflower #DCC50C
RGB
CMYK
RGB Variations
Color information
#DCC50C (or 0xDCC50C) is known color: Sunflower. HEX triplet: DC, C5 and 0C. RGB value is (220,197,12). Sum of RGB (Red+Green+Blue) = 220+197+12=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC50C is #233AF3. Grayscale: #B7B7B7. Windows color (decimal): -2308852 or 837084. OLE color: 837084.
HSL color Cylindrical-coordinate representation of color #DCC50C: hue angle of 53.37º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCC50C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 12 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.14 |
| HSL | 53.37º | 0.9% | 0.45% | - |
| HSV(B) | 53.37º | 0.95% | 0.86% | - |
| XYZ | 49.55 | 55.17 | 8.39 | - |
| YUV | 182.79 | 31.62 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 12 | 0 | 0.10 | 0.95 | 0.14 | 53.37 | 0.9 | 0.45 |
| Hex | DC | C5 | C | 0 | A | 5F | E | 35 | 5A | 2D |
| Octal | 334 | 305 | 14 | 0 | 12 | 137 | 16 | 65 | 132 | 55 |
| Binary | 11011100 | 11000101 | 1100 | 0 | 1010 | 1011111 | 1110 | 110101 | 1011010 | 101101 |
Color Harmonies of #DCC50C
Complementary color
Monochromatic Colors of #DCC50C
Black with #DCC50C
Text Example
Text Example
White with #DCC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC50C; }
p { color: rgb(220,197,12); }
H1.HeaderClassName
{
color: #DCC50C;
}
.AnyTagClassName
{
color: #DCC50C;
}
</style>
background-color css
<style>
a { background-color: #DCC50C; }
a { background-color: rgb(220,197,12); }
div.DivClassName
{
background-color: #DCC50C;
}
.BgClassName
{
background-color: #DCC50C;
}
</style>
border-color css
<style>
span { border-color: #DCC50C; }
span { border-color: rgb(220,197,12); }
td.TdClassName
{
border-color: #DCC50C;
}
.TagClassName
{
border-color: #DCC50C;
}
</style>