Shades of Sunflower #DCBB04
Tints of Sunflower #DCBB04
RGB
CMYK
RGB Variations
Color information
#DCBB04 (or 0xDCBB04) is known color: Sunflower. HEX triplet: DC, BB and 04. RGB value is (220,187,4). Sum of RGB (Red+Green+Blue) = 220+187+4=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBB04 is #2344FB. Grayscale: #B0B0B0. Windows color (decimal): -2311420 or 310236. OLE color: 310236.
HSL color Cylindrical-coordinate representation of color #DCBB04: hue angle of 50.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCBB04 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 4 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.14 |
| HSL | 50.83º | 0.96% | 0.44% | - |
| HSV(B) | 50.83º | 0.98% | 0.86% | - |
| XYZ | 47.31 | 50.77 | 7.42 | - |
| YUV | 176.01 | 30.93 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 4 | 0 | 0.15 | 0.98 | 0.14 | 50.83 | 0.96 | 0.44 |
| Hex | DC | BB | 4 | 0 | F | 62 | E | 33 | 60 | 2C |
| Octal | 334 | 273 | 4 | 0 | 17 | 142 | 16 | 63 | 140 | 54 |
| Binary | 11011100 | 10111011 | 100 | 0 | 1111 | 1100010 | 1110 | 110011 | 1100000 | 101100 |
Color Harmonies of #DCBB04
Complementary color
Monochromatic Colors of #DCBB04
Black with #DCBB04
Text Example
Text Example
White with #DCBB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB04; }
p { color: rgb(220,187,4); }
H1.HeaderClassName
{
color: #DCBB04;
}
.AnyTagClassName
{
color: #DCBB04;
}
</style>
background-color css
<style>
a { background-color: #DCBB04; }
a { background-color: rgb(220,187,4); }
div.DivClassName
{
background-color: #DCBB04;
}
.BgClassName
{
background-color: #DCBB04;
}
</style>
border-color css
<style>
span { border-color: #DCBB04; }
span { border-color: rgb(220,187,4); }
td.TdClassName
{
border-color: #DCBB04;
}
.TagClassName
{
border-color: #DCBB04;
}
</style>