Shades of Sunflower #DCBC17
Tints of Sunflower #DCBC17
RGB
CMYK
RGB Variations
Color information
#DCBC17 (or 0xDCBC17) is known color: Sunflower. HEX triplet: DC, BC and 17. RGB value is (220,188,23). Sum of RGB (Red+Green+Blue) = 220+188+23=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 23 (9.38% from 255 or 5.34% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBC17 is #2343E8. Grayscale: #B3B3B3. Windows color (decimal): -2311145 or 1555676. OLE color: 1555676.
HSL color Cylindrical-coordinate representation of color #DCBC17: hue angle of 50.25º 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 #DCBC17 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 23 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.14 |
| HSL | 50.25º | 0.81% | 0.48% | - |
| HSV(B) | 50.25º | 0.9% | 0.86% | - |
| XYZ | 47.65 | 51.24 | 8.19 | - |
| YUV | 178.76 | 40.1 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 23 | 0 | 0.15 | 0.90 | 0.14 | 50.25 | 0.81 | 0.48 |
| Hex | DC | BC | 17 | 0 | F | 5A | E | 32 | 51 | 30 |
| Octal | 334 | 274 | 27 | 0 | 17 | 132 | 16 | 62 | 121 | 60 |
| Binary | 11011100 | 10111100 | 10111 | 0 | 1111 | 1011010 | 1110 | 110010 | 1010001 | 110000 |
Color Harmonies of #DCBC17
Complementary color
Monochromatic Colors of #DCBC17
Black with #DCBC17
Text Example
Text Example
White with #DCBC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC17; }
p { color: rgb(220,188,23); }
H1.HeaderClassName
{
color: #DCBC17;
}
.AnyTagClassName
{
color: #DCBC17;
}
</style>
background-color css
<style>
a { background-color: #DCBC17; }
a { background-color: rgb(220,188,23); }
div.DivClassName
{
background-color: #DCBC17;
}
.BgClassName
{
background-color: #DCBC17;
}
</style>
border-color css
<style>
span { border-color: #DCBC17; }
span { border-color: rgb(220,188,23); }
td.TdClassName
{
border-color: #DCBC17;
}
.TagClassName
{
border-color: #DCBC17;
}
</style>