Shades of Sunflower #DCC513
Tints of Sunflower #DCC513
RGB
CMYK
RGB Variations
Color information
#DCC513 (or 0xDCC513) is known color: Sunflower. HEX triplet: DC, C5 and 13. RGB value is (220,197,19). Sum of RGB (Red+Green+Blue) = 220+197+19=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC513 is #233AEC. Grayscale: #B8B8B8. Windows color (decimal): -2308845 or 1295836. OLE color: 1295836.
HSL color Cylindrical-coordinate representation of color #DCC513: hue angle of 53.13º 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 #DCC513 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 19 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.14 |
| HSL | 53.13º | 0.84% | 0.47% | - |
| HSV(B) | 53.13º | 0.91% | 0.86% | - |
| XYZ | 49.6 | 55.2 | 8.66 | - |
| YUV | 183.59 | 35.12 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 19 | 0 | 0.10 | 0.91 | 0.14 | 53.13 | 0.84 | 0.47 |
| Hex | DC | C5 | 13 | 0 | A | 5B | E | 35 | 54 | 2F |
| Octal | 334 | 305 | 23 | 0 | 12 | 133 | 16 | 65 | 124 | 57 |
| Binary | 11011100 | 11000101 | 10011 | 0 | 1010 | 1011011 | 1110 | 110101 | 1010100 | 101111 |
Color Harmonies of #DCC513
Complementary color
Monochromatic Colors of #DCC513
Black with #DCC513
Text Example
Text Example
White with #DCC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC513; }
p { color: rgb(220,197,19); }
H1.HeaderClassName
{
color: #DCC513;
}
.AnyTagClassName
{
color: #DCC513;
}
</style>
background-color css
<style>
a { background-color: #DCC513; }
a { background-color: rgb(220,197,19); }
div.DivClassName
{
background-color: #DCC513;
}
.BgClassName
{
background-color: #DCC513;
}
</style>
border-color css
<style>
span { border-color: #DCC513; }
span { border-color: rgb(220,197,19); }
td.TdClassName
{
border-color: #DCC513;
}
.TagClassName
{
border-color: #DCC513;
}
</style>