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