Shades of Sunflower #DCBC02
Tints of Sunflower #DCBC02
RGB
CMYK
RGB Variations
Color information
#DCBC02 (or 0xDCBC02) is known color: Sunflower. HEX triplet: DC, BC and 02. RGB value is (220,188,2). Sum of RGB (Red+Green+Blue) = 220+188+2=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBC02 is #2343FD. Grayscale: #B1B1B1. Windows color (decimal): -2311166 or 179420. OLE color: 179420.
HSL color Cylindrical-coordinate representation of color #DCBC02: hue angle of 51.19º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCBC02 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.14 |
| HSL | 51.19º | 0.98% | 0.44% | - |
| HSV(B) | 51.19º | 0.99% | 0.86% | - |
| XYZ | 47.51 | 51.19 | 7.43 | - |
| YUV | 176.36 | 29.6 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 2 | 0 | 0.15 | 0.99 | 0.14 | 51.19 | 0.98 | 0.44 |
| Hex | DC | BC | 2 | 0 | F | 63 | E | 33 | 62 | 2C |
| Octal | 334 | 274 | 2 | 0 | 17 | 143 | 16 | 63 | 142 | 54 |
| Binary | 11011100 | 10111100 | 10 | 0 | 1111 | 1100011 | 1110 | 110011 | 1100010 | 101100 |
Color Harmonies of #DCBC02
Complementary color
Monochromatic Colors of #DCBC02
Black with #DCBC02
Text Example
Text Example
White with #DCBC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC02; }
p { color: rgb(220,188,2); }
H1.HeaderClassName
{
color: #DCBC02;
}
.AnyTagClassName
{
color: #DCBC02;
}
</style>
background-color css
<style>
a { background-color: #DCBC02; }
a { background-color: rgb(220,188,2); }
div.DivClassName
{
background-color: #DCBC02;
}
.BgClassName
{
background-color: #DCBC02;
}
</style>
border-color css
<style>
span { border-color: #DCBC02; }
span { border-color: rgb(220,188,2); }
td.TdClassName
{
border-color: #DCBC02;
}
.TagClassName
{
border-color: #DCBC02;
}
</style>