Shades of Sunflower #DCC512
Tints of Sunflower #DCC512
RGB
CMYK
RGB Variations
Color information
#DCC512 (or 0xDCC512) is known color: Sunflower. HEX triplet: DC, C5 and 12. RGB value is (220,197,18). Sum of RGB (Red+Green+Blue) = 220+197+18=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC512 is #233AED. Grayscale: #B8B8B8. Windows color (decimal): -2308846 or 1230300. OLE color: 1230300.
HSL color Cylindrical-coordinate representation of color #DCC512: hue angle of 53.17º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCC512 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 18 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.14 |
| HSL | 53.17º | 0.85% | 0.47% | - |
| HSV(B) | 53.17º | 0.92% | 0.86% | - |
| XYZ | 49.59 | 55.19 | 8.61 | - |
| YUV | 183.47 | 34.62 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 18 | 0 | 0.10 | 0.92 | 0.14 | 53.17 | 0.85 | 0.47 |
| Hex | DC | C5 | 12 | 0 | A | 5C | E | 35 | 55 | 2F |
| Octal | 334 | 305 | 22 | 0 | 12 | 134 | 16 | 65 | 125 | 57 |
| Binary | 11011100 | 11000101 | 10010 | 0 | 1010 | 1011100 | 1110 | 110101 | 1010101 | 101111 |
Color Harmonies of #DCC512
Complementary color
Monochromatic Colors of #DCC512
Black with #DCC512
Text Example
Text Example
White with #DCC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC512; }
p { color: rgb(220,197,18); }
H1.HeaderClassName
{
color: #DCC512;
}
.AnyTagClassName
{
color: #DCC512;
}
</style>
background-color css
<style>
a { background-color: #DCC512; }
a { background-color: rgb(220,197,18); }
div.DivClassName
{
background-color: #DCC512;
}
.BgClassName
{
background-color: #DCC512;
}
</style>
border-color css
<style>
span { border-color: #DCC512; }
span { border-color: rgb(220,197,18); }
td.TdClassName
{
border-color: #DCC512;
}
.TagClassName
{
border-color: #DCC512;
}
</style>