Shades of Sunflower #DCC014
Tints of Sunflower #DCC014
RGB
CMYK
RGB Variations
Color information
#DCC014 (or 0xDCC014) is known color: Sunflower. HEX triplet: DC, C0 and 14. RGB value is (220,192,20). Sum of RGB (Red+Green+Blue) = 220+192+20=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC014 is #233FEB. Grayscale: #B5B5B5. Windows color (decimal): -2310124 or 1360092. OLE color: 1360092.
HSL color Cylindrical-coordinate representation of color #DCC014: hue angle of 51.6º degrees, saturation: 0.83, 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 #DCC014 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 20 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.14 |
| HSL | 51.6º | 0.83% | 0.47% | - |
| HSV(B) | 51.6º | 0.91% | 0.86% | - |
| XYZ | 48.49 | 52.97 | 8.33 | - |
| YUV | 180.76 | 37.28 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 20 | 0 | 0.13 | 0.91 | 0.14 | 51.6 | 0.83 | 0.47 |
| Hex | DC | C0 | 14 | 0 | D | 5B | E | 34 | 53 | 2F |
| Octal | 334 | 300 | 24 | 0 | 15 | 133 | 16 | 64 | 123 | 57 |
| Binary | 11011100 | 11000000 | 10100 | 0 | 1101 | 1011011 | 1110 | 110100 | 1010011 | 101111 |
Color Harmonies of #DCC014
Complementary color
Monochromatic Colors of #DCC014
Black with #DCC014
Text Example
Text Example
White with #DCC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC014; }
p { color: rgb(220,192,20); }
H1.HeaderClassName
{
color: #DCC014;
}
.AnyTagClassName
{
color: #DCC014;
}
</style>
background-color css
<style>
a { background-color: #DCC014; }
a { background-color: rgb(220,192,20); }
div.DivClassName
{
background-color: #DCC014;
}
.BgClassName
{
background-color: #DCC014;
}
</style>
border-color css
<style>
span { border-color: #DCC014; }
span { border-color: rgb(220,192,20); }
td.TdClassName
{
border-color: #DCC014;
}
.TagClassName
{
border-color: #DCC014;
}
</style>