Shades of Sunflower #DCBF04
Tints of Sunflower #DCBF04
RGB
CMYK
RGB Variations
Color information
#DCBF04 (or 0xDCBF04) is known color: Sunflower. HEX triplet: DC, BF and 04. RGB value is (220,191,4). Sum of RGB (Red+Green+Blue) = 220+191+4=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 4 (1.95% from 255 or 0.96% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF04 is #2340FB. Grayscale: #B3B3B3. Windows color (decimal): -2310396 or 311260. OLE color: 311260.
HSL color Cylindrical-coordinate representation of color #DCBF04: hue angle of 51.94º 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 #DCBF04 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 4 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.14 |
| HSL | 51.94º | 0.96% | 0.44% | - |
| HSV(B) | 51.94º | 0.98% | 0.86% | - |
| XYZ | 48.17 | 52.49 | 7.71 | - |
| YUV | 178.35 | 29.61 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 4 | 0 | 0.13 | 0.98 | 0.14 | 51.94 | 0.96 | 0.44 |
| Hex | DC | BF | 4 | 0 | D | 62 | E | 34 | 60 | 2C |
| Octal | 334 | 277 | 4 | 0 | 15 | 142 | 16 | 64 | 140 | 54 |
| Binary | 11011100 | 10111111 | 100 | 0 | 1101 | 1100010 | 1110 | 110100 | 1100000 | 101100 |
Color Harmonies of #DCBF04
Complementary color
Monochromatic Colors of #DCBF04
Black with #DCBF04
Text Example
Text Example
White with #DCBF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF04; }
p { color: rgb(220,191,4); }
H1.HeaderClassName
{
color: #DCBF04;
}
.AnyTagClassName
{
color: #DCBF04;
}
</style>
background-color css
<style>
a { background-color: #DCBF04; }
a { background-color: rgb(220,191,4); }
div.DivClassName
{
background-color: #DCBF04;
}
.BgClassName
{
background-color: #DCBF04;
}
</style>
border-color css
<style>
span { border-color: #DCBF04; }
span { border-color: rgb(220,191,4); }
td.TdClassName
{
border-color: #DCBF04;
}
.TagClassName
{
border-color: #DCBF04;
}
</style>