Shades of Sunflower #DCC719
Tints of Sunflower #DCC719
RGB
CMYK
RGB Variations
Color information
#DCC719 (or 0xDCC719) is known color: Sunflower. HEX triplet: DC, C7 and 19. RGB value is (220,199,25). Sum of RGB (Red+Green+Blue) = 220+199+25=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 25 (10.16% from 255 or 5.63% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC719 is #2338E6. Grayscale: #BABABA. Windows color (decimal): -2308327 or 1689564. OLE color: 1689564.
HSL color Cylindrical-coordinate representation of color #DCC719: hue angle of 53.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCC719 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 25 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.14 |
| HSL | 53.54º | 0.8% | 0.48% | - |
| HSV(B) | 53.54º | 0.89% | 0.86% | - |
| XYZ | 50.11 | 56.13 | 9.11 | - |
| YUV | 185.44 | 37.46 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 25 | 0 | 0.10 | 0.89 | 0.14 | 53.54 | 0.8 | 0.48 |
| Hex | DC | C7 | 19 | 0 | A | 59 | E | 36 | 50 | 30 |
| Octal | 334 | 307 | 31 | 0 | 12 | 131 | 16 | 66 | 120 | 60 |
| Binary | 11011100 | 11000111 | 11001 | 0 | 1010 | 1011001 | 1110 | 110110 | 1010000 | 110000 |
Color Harmonies of #DCC719
Complementary color
Monochromatic Colors of #DCC719
Black with #DCC719
Text Example
Text Example
White with #DCC719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC719; }
p { color: rgb(220,199,25); }
H1.HeaderClassName
{
color: #DCC719;
}
.AnyTagClassName
{
color: #DCC719;
}
</style>
background-color css
<style>
a { background-color: #DCC719; }
a { background-color: rgb(220,199,25); }
div.DivClassName
{
background-color: #DCC719;
}
.BgClassName
{
background-color: #DCC719;
}
</style>
border-color css
<style>
span { border-color: #DCC719; }
span { border-color: rgb(220,199,25); }
td.TdClassName
{
border-color: #DCC719;
}
.TagClassName
{
border-color: #DCC719;
}
</style>