Shades of Sunflower #DCBC25
Tints of Sunflower #DCBC25
RGB
CMYK
RGB Variations
Color information
#DCBC25 (or 0xDCBC25) is known color: Sunflower. HEX triplet: DC, BC and 25. RGB value is (220,188,37). Sum of RGB (Red+Green+Blue) = 220+188+37=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 37 (14.84% from 255 or 8.31% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC25 is #2343DA. Grayscale: #B4B4B4. Windows color (decimal): -2311131 or 2473180. OLE color: 2473180.
HSL color Cylindrical-coordinate representation of color #DCBC25: hue angle of 49.51º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCBC25 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 37 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.14 |
| HSL | 49.51º | 0.72% | 0.5% | - |
| HSV(B) | 49.51º | 0.83% | 0.86% | - |
| XYZ | 47.83 | 51.32 | 9.13 | - |
| YUV | 180.35 | 47.1 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 37 | 0 | 0.15 | 0.83 | 0.14 | 49.51 | 0.72 | 0.5 |
| Hex | DC | BC | 25 | 0 | F | 53 | E | 32 | 48 | 32 |
| Octal | 334 | 274 | 45 | 0 | 17 | 123 | 16 | 62 | 110 | 62 |
| Binary | 11011100 | 10111100 | 100101 | 0 | 1111 | 1010011 | 1110 | 110010 | 1001000 | 110010 |
Color Harmonies of #DCBC25
Complementary color
Monochromatic Colors of #DCBC25
Black with #DCBC25
Text Example
Text Example
White with #DCBC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC25; }
p { color: rgb(220,188,37); }
H1.HeaderClassName
{
color: #DCBC25;
}
.AnyTagClassName
{
color: #DCBC25;
}
</style>
background-color css
<style>
a { background-color: #DCBC25; }
a { background-color: rgb(220,188,37); }
div.DivClassName
{
background-color: #DCBC25;
}
.BgClassName
{
background-color: #DCBC25;
}
</style>
border-color css
<style>
span { border-color: #DCBC25; }
span { border-color: rgb(220,188,37); }
td.TdClassName
{
border-color: #DCBC25;
}
.TagClassName
{
border-color: #DCBC25;
}
</style>