Shades of Sunflower #DCBC15
Tints of Sunflower #DCBC15
RGB
CMYK
RGB Variations
Color information
#DCBC15 (or 0xDCBC15) is known color: Sunflower. HEX triplet: DC, BC and 15. RGB value is (220,188,21). Sum of RGB (Red+Green+Blue) = 220+188+21=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 21 (8.59% from 255 or 4.90% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBC15 is #2343EA. Grayscale: #B3B3B3. Windows color (decimal): -2311147 or 1424604. OLE color: 1424604.
HSL color Cylindrical-coordinate representation of color #DCBC15: hue angle of 50.35º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCBC15 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 21 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.14 |
| HSL | 50.35º | 0.83% | 0.47% | - |
| HSV(B) | 50.35º | 0.9% | 0.86% | - |
| XYZ | 47.63 | 51.24 | 8.09 | - |
| YUV | 178.53 | 39.1 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 21 | 0 | 0.15 | 0.90 | 0.14 | 50.35 | 0.83 | 0.47 |
| Hex | DC | BC | 15 | 0 | F | 5A | E | 32 | 53 | 2F |
| Octal | 334 | 274 | 25 | 0 | 17 | 132 | 16 | 62 | 123 | 57 |
| Binary | 11011100 | 10111100 | 10101 | 0 | 1111 | 1011010 | 1110 | 110010 | 1010011 | 101111 |
Color Harmonies of #DCBC15
Complementary color
Monochromatic Colors of #DCBC15
Black with #DCBC15
Text Example
Text Example
White with #DCBC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC15; }
p { color: rgb(220,188,21); }
H1.HeaderClassName
{
color: #DCBC15;
}
.AnyTagClassName
{
color: #DCBC15;
}
</style>
background-color css
<style>
a { background-color: #DCBC15; }
a { background-color: rgb(220,188,21); }
div.DivClassName
{
background-color: #DCBC15;
}
.BgClassName
{
background-color: #DCBC15;
}
</style>
border-color css
<style>
span { border-color: #DCBC15; }
span { border-color: rgb(220,188,21); }
td.TdClassName
{
border-color: #DCBC15;
}
.TagClassName
{
border-color: #DCBC15;
}
</style>