Shades of Sunflower #DCBC18
Tints of Sunflower #DCBC18
RGB
CMYK
RGB Variations
Color information
#DCBC18 (or 0xDCBC18) is known color: Sunflower. HEX triplet: DC, BC and 18. RGB value is (220,188,24). Sum of RGB (Red+Green+Blue) = 220+188+24=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 24 (9.77% from 255 or 5.56% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBC18 is #2343E7. Grayscale: #B3B3B3. Windows color (decimal): -2311144 or 1621212. OLE color: 1621212.
HSL color Cylindrical-coordinate representation of color #DCBC18: hue angle of 50.2º 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 #DCBC18 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 24 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.14 |
| HSL | 50.2º | 0.8% | 0.48% | - |
| HSV(B) | 50.2º | 0.89% | 0.86% | - |
| XYZ | 47.66 | 51.25 | 8.24 | - |
| YUV | 178.87 | 40.6 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 24 | 0 | 0.15 | 0.89 | 0.14 | 50.2 | 0.8 | 0.48 |
| Hex | DC | BC | 18 | 0 | F | 59 | E | 32 | 50 | 30 |
| Octal | 334 | 274 | 30 | 0 | 17 | 131 | 16 | 62 | 120 | 60 |
| Binary | 11011100 | 10111100 | 11000 | 0 | 1111 | 1011001 | 1110 | 110010 | 1010000 | 110000 |
Color Harmonies of #DCBC18
Complementary color
Monochromatic Colors of #DCBC18
Black with #DCBC18
Text Example
Text Example
White with #DCBC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC18; }
p { color: rgb(220,188,24); }
H1.HeaderClassName
{
color: #DCBC18;
}
.AnyTagClassName
{
color: #DCBC18;
}
</style>
background-color css
<style>
a { background-color: #DCBC18; }
a { background-color: rgb(220,188,24); }
div.DivClassName
{
background-color: #DCBC18;
}
.BgClassName
{
background-color: #DCBC18;
}
</style>
border-color css
<style>
span { border-color: #DCBC18; }
span { border-color: rgb(220,188,24); }
td.TdClassName
{
border-color: #DCBC18;
}
.TagClassName
{
border-color: #DCBC18;
}
</style>