Shades of Sunflower #DCBF0E
Tints of Sunflower #DCBF0E
RGB
CMYK
RGB Variations
Color information
#DCBF0E (or 0xDCBF0E) is known color: Sunflower. HEX triplet: DC, BF and 0E. RGB value is (220,191,14). Sum of RGB (Red+Green+Blue) = 220+191+14=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 14 (5.86% from 255 or 3.29% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBF0E is #2340F1. Grayscale: #B4B4B4. Windows color (decimal): -2310386 or 966620. OLE color: 966620.
HSL color Cylindrical-coordinate representation of color #DCBF0E: hue angle of 51.55º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCBF0E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 14 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.14 |
| HSL | 51.55º | 0.88% | 0.46% | - |
| HSV(B) | 51.55º | 0.94% | 0.86% | - |
| XYZ | 48.23 | 52.51 | 8.01 | - |
| YUV | 179.49 | 34.61 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 14 | 0 | 0.13 | 0.94 | 0.14 | 51.55 | 0.88 | 0.46 |
| Hex | DC | BF | E | 0 | D | 5E | E | 34 | 58 | 2E |
| Octal | 334 | 277 | 16 | 0 | 15 | 136 | 16 | 64 | 130 | 56 |
| Binary | 11011100 | 10111111 | 1110 | 0 | 1101 | 1011110 | 1110 | 110100 | 1011000 | 101110 |
Color Harmonies of #DCBF0E
Complementary color
Monochromatic Colors of #DCBF0E
Black with #DCBF0E
Text Example
Text Example
White with #DCBF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF0E; }
p { color: rgb(220,191,14); }
H1.HeaderClassName
{
color: #DCBF0E;
}
.AnyTagClassName
{
color: #DCBF0E;
}
</style>
background-color css
<style>
a { background-color: #DCBF0E; }
a { background-color: rgb(220,191,14); }
div.DivClassName
{
background-color: #DCBF0E;
}
.BgClassName
{
background-color: #DCBF0E;
}
</style>
border-color css
<style>
span { border-color: #DCBF0E; }
span { border-color: rgb(220,191,14); }
td.TdClassName
{
border-color: #DCBF0E;
}
.TagClassName
{
border-color: #DCBF0E;
}
</style>