Shades of Sunflower #DCC013
Tints of Sunflower #DCC013
RGB
CMYK
RGB Variations
Color information
#DCC013 (or 0xDCC013) is known color: Sunflower. HEX triplet: DC, C0 and 13. RGB value is (220,192,19). Sum of RGB (Red+Green+Blue) = 220+192+19=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 19 (7.81% from 255 or 4.41% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC013 is #233FEC. Grayscale: #B5B5B5. Windows color (decimal): -2310125 or 1294556. OLE color: 1294556.
HSL color Cylindrical-coordinate representation of color #DCC013: hue angle of 51.64º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCC013 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 19 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.14 |
| HSL | 51.64º | 0.84% | 0.47% | - |
| HSV(B) | 51.64º | 0.91% | 0.86% | - |
| XYZ | 48.48 | 52.96 | 8.28 | - |
| YUV | 180.65 | 36.78 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 19 | 0 | 0.13 | 0.91 | 0.14 | 51.64 | 0.84 | 0.47 |
| Hex | DC | C0 | 13 | 0 | D | 5B | E | 34 | 54 | 2F |
| Octal | 334 | 300 | 23 | 0 | 15 | 133 | 16 | 64 | 124 | 57 |
| Binary | 11011100 | 11000000 | 10011 | 0 | 1101 | 1011011 | 1110 | 110100 | 1010100 | 101111 |
Color Harmonies of #DCC013
Complementary color
Monochromatic Colors of #DCC013
Black with #DCC013
Text Example
Text Example
White with #DCC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC013; }
p { color: rgb(220,192,19); }
H1.HeaderClassName
{
color: #DCC013;
}
.AnyTagClassName
{
color: #DCC013;
}
</style>
background-color css
<style>
a { background-color: #DCC013; }
a { background-color: rgb(220,192,19); }
div.DivClassName
{
background-color: #DCC013;
}
.BgClassName
{
background-color: #DCC013;
}
</style>
border-color css
<style>
span { border-color: #DCC013; }
span { border-color: rgb(220,192,19); }
td.TdClassName
{
border-color: #DCC013;
}
.TagClassName
{
border-color: #DCC013;
}
</style>