Shades of Sunflower #DCC517
Tints of Sunflower #DCC517
RGB
CMYK
RGB Variations
Color information
#DCC517 (or 0xDCC517) is known color: Sunflower. HEX triplet: DC, C5 and 17. RGB value is (220,197,23). Sum of RGB (Red+Green+Blue) = 220+197+23=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 23 (9.38% from 255 or 5.23% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC517 is #233AE8. Grayscale: #B8B8B8. Windows color (decimal): -2308841 or 1557980. OLE color: 1557980.
HSL color Cylindrical-coordinate representation of color #DCC517: hue angle of 52.99º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCC517 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 23 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.14 |
| HSL | 52.99º | 0.81% | 0.48% | - |
| HSV(B) | 52.99º | 0.9% | 0.86% | - |
| XYZ | 49.64 | 55.21 | 8.85 | - |
| YUV | 184.04 | 37.12 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 23 | 0 | 0.10 | 0.90 | 0.14 | 52.99 | 0.81 | 0.48 |
| Hex | DC | C5 | 17 | 0 | A | 5A | E | 35 | 51 | 30 |
| Octal | 334 | 305 | 27 | 0 | 12 | 132 | 16 | 65 | 121 | 60 |
| Binary | 11011100 | 11000101 | 10111 | 0 | 1010 | 1011010 | 1110 | 110101 | 1010001 | 110000 |
Color Harmonies of #DCC517
Complementary color
Monochromatic Colors of #DCC517
Black with #DCC517
Text Example
Text Example
White with #DCC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC517; }
p { color: rgb(220,197,23); }
H1.HeaderClassName
{
color: #DCC517;
}
.AnyTagClassName
{
color: #DCC517;
}
</style>
background-color css
<style>
a { background-color: #DCC517; }
a { background-color: rgb(220,197,23); }
div.DivClassName
{
background-color: #DCC517;
}
.BgClassName
{
background-color: #DCC517;
}
</style>
border-color css
<style>
span { border-color: #DCC517; }
span { border-color: rgb(220,197,23); }
td.TdClassName
{
border-color: #DCC517;
}
.TagClassName
{
border-color: #DCC517;
}
</style>