Shades of Sunflower #DCBF03
Tints of Sunflower #DCBF03
RGB
CMYK
RGB Variations
Color information
#DCBF03 (or 0xDCBF03) is known color: Sunflower. HEX triplet: DC, BF and 03. RGB value is (220,191,3). Sum of RGB (Red+Green+Blue) = 220+191+3=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 3 (1.56% from 255 or 0.72% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF03 is #2340FC. Grayscale: #B3B3B3. Windows color (decimal): -2310397 or 245724. OLE color: 245724.
HSL color Cylindrical-coordinate representation of color #DCBF03: hue angle of 51.98º degrees, saturation: 0.97, 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 #DCBF03 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.14 |
| HSL | 51.98º | 0.97% | 0.44% | - |
| HSV(B) | 51.98º | 0.99% | 0.86% | - |
| XYZ | 48.16 | 52.48 | 7.68 | - |
| YUV | 178.24 | 29.11 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 3 | 0 | 0.13 | 0.99 | 0.14 | 51.98 | 0.97 | 0.44 |
| Hex | DC | BF | 3 | 0 | D | 63 | E | 34 | 61 | 2C |
| Octal | 334 | 277 | 3 | 0 | 15 | 143 | 16 | 64 | 141 | 54 |
| Binary | 11011100 | 10111111 | 11 | 0 | 1101 | 1100011 | 1110 | 110100 | 1100001 | 101100 |
Color Harmonies of #DCBF03
Complementary color
Monochromatic Colors of #DCBF03
Black with #DCBF03
Text Example
Text Example
White with #DCBF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF03; }
p { color: rgb(220,191,3); }
H1.HeaderClassName
{
color: #DCBF03;
}
.AnyTagClassName
{
color: #DCBF03;
}
</style>
background-color css
<style>
a { background-color: #DCBF03; }
a { background-color: rgb(220,191,3); }
div.DivClassName
{
background-color: #DCBF03;
}
.BgClassName
{
background-color: #DCBF03;
}
</style>
border-color css
<style>
span { border-color: #DCBF03; }
span { border-color: rgb(220,191,3); }
td.TdClassName
{
border-color: #DCBF03;
}
.TagClassName
{
border-color: #DCBF03;
}
</style>