Shades of Sunflower #DCBE0F
Tints of Sunflower #DCBE0F
RGB
CMYK
RGB Variations
Color information
#DCBE0F (or 0xDCBE0F) is known color: Sunflower. HEX triplet: DC, BE and 0F. RGB value is (220,190,15). Sum of RGB (Red+Green+Blue) = 220+190+15=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBE0F is #2341F0. Grayscale: #B3B3B3. Windows color (decimal): -2310641 or 1031900. OLE color: 1031900.
HSL color Cylindrical-coordinate representation of color #DCBE0F: hue angle of 51.22º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCBE0F is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 15 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.14 |
| HSL | 51.22º | 0.87% | 0.46% | - |
| HSV(B) | 51.22º | 0.93% | 0.86% | - |
| XYZ | 48.01 | 52.08 | 7.97 | - |
| YUV | 179.02 | 35.44 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 15 | 0 | 0.14 | 0.93 | 0.14 | 51.22 | 0.87 | 0.46 |
| Hex | DC | BE | F | 0 | E | 5D | E | 33 | 57 | 2E |
| Octal | 334 | 276 | 17 | 0 | 16 | 135 | 16 | 63 | 127 | 56 |
| Binary | 11011100 | 10111110 | 1111 | 0 | 1110 | 1011101 | 1110 | 110011 | 1010111 | 101110 |
Color Harmonies of #DCBE0F
Complementary color
Monochromatic Colors of #DCBE0F
Black with #DCBE0F
Text Example
Text Example
White with #DCBE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE0F; }
p { color: rgb(220,190,15); }
H1.HeaderClassName
{
color: #DCBE0F;
}
.AnyTagClassName
{
color: #DCBE0F;
}
</style>
background-color css
<style>
a { background-color: #DCBE0F; }
a { background-color: rgb(220,190,15); }
div.DivClassName
{
background-color: #DCBE0F;
}
.BgClassName
{
background-color: #DCBE0F;
}
</style>
border-color css
<style>
span { border-color: #DCBE0F; }
span { border-color: rgb(220,190,15); }
td.TdClassName
{
border-color: #DCBE0F;
}
.TagClassName
{
border-color: #DCBE0F;
}
</style>