Shades of Sunflower #DCC012
Tints of Sunflower #DCC012
RGB
CMYK
RGB Variations
Color information
#DCC012 (or 0xDCC012) is known color: Sunflower. HEX triplet: DC, C0 and 12. RGB value is (220,192,18). Sum of RGB (Red+Green+Blue) = 220+192+18=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC012 is #233FED. Grayscale: #B5B5B5. Windows color (decimal): -2310126 or 1229020. OLE color: 1229020.
HSL color Cylindrical-coordinate representation of color #DCC012: hue angle of 51.68º 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 #DCC012 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 18 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.14 |
| HSL | 51.68º | 0.85% | 0.47% | - |
| HSV(B) | 51.68º | 0.92% | 0.86% | - |
| XYZ | 48.47 | 52.96 | 8.24 | - |
| YUV | 180.54 | 36.28 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 18 | 0 | 0.13 | 0.92 | 0.14 | 51.68 | 0.85 | 0.47 |
| Hex | DC | C0 | 12 | 0 | D | 5C | E | 34 | 55 | 2F |
| Octal | 334 | 300 | 22 | 0 | 15 | 134 | 16 | 64 | 125 | 57 |
| Binary | 11011100 | 11000000 | 10010 | 0 | 1101 | 1011100 | 1110 | 110100 | 1010101 | 101111 |
Color Harmonies of #DCC012
Complementary color
Monochromatic Colors of #DCC012
Black with #DCC012
Text Example
Text Example
White with #DCC012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC012; }
p { color: rgb(220,192,18); }
H1.HeaderClassName
{
color: #DCC012;
}
.AnyTagClassName
{
color: #DCC012;
}
</style>
background-color css
<style>
a { background-color: #DCC012; }
a { background-color: rgb(220,192,18); }
div.DivClassName
{
background-color: #DCC012;
}
.BgClassName
{
background-color: #DCC012;
}
</style>
border-color css
<style>
span { border-color: #DCC012; }
span { border-color: rgb(220,192,18); }
td.TdClassName
{
border-color: #DCC012;
}
.TagClassName
{
border-color: #DCC012;
}
</style>