Shades of Sunflower #DCBC01
Tints of Sunflower #DCBC01
RGB
CMYK
RGB Variations
Color information
#DCBC01 (or 0xDCBC01) is known color: Sunflower. HEX triplet: DC, BC and 01. RGB value is (220,188,1). Sum of RGB (Red+Green+Blue) = 220+188+1=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBC01 is #2343FE. Grayscale: #B1B1B1. Windows color (decimal): -2311167 or 113884. OLE color: 113884.
HSL color Cylindrical-coordinate representation of color #DCBC01: hue angle of 51.23º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCBC01 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 1 | - |
| CMYK | 0 | 0.15 | 1.00 | 0.14 |
| HSL | 51.23º | 0.99% | 0.43% | - |
| HSV(B) | 51.23º | 1% | 0.86% | - |
| XYZ | 47.5 | 51.18 | 7.4 | - |
| YUV | 176.25 | 29.1 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 1 | 0 | 0.15 | 1.00 | 0.14 | 51.23 | 0.99 | 0.43 |
| Hex | DC | BC | 1 | 0 | F | 64 | E | 33 | 63 | 2B |
| Octal | 334 | 274 | 1 | 0 | 17 | 144 | 16 | 63 | 143 | 53 |
| Binary | 11011100 | 10111100 | 1 | 0 | 1111 | 1100100 | 1110 | 110011 | 1100011 | 101011 |
Color Harmonies of #DCBC01
Complementary color
Monochromatic Colors of #DCBC01
Black with #DCBC01
Text Example
Text Example
White with #DCBC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC01; }
p { color: rgb(220,188,1); }
H1.HeaderClassName
{
color: #DCBC01;
}
.AnyTagClassName
{
color: #DCBC01;
}
</style>
background-color css
<style>
a { background-color: #DCBC01; }
a { background-color: rgb(220,188,1); }
div.DivClassName
{
background-color: #DCBC01;
}
.BgClassName
{
background-color: #DCBC01;
}
</style>
border-color css
<style>
span { border-color: #DCBC01; }
span { border-color: rgb(220,188,1); }
td.TdClassName
{
border-color: #DCBC01;
}
.TagClassName
{
border-color: #DCBC01;
}
</style>