Shades of Sunflower #DCBE04
Tints of Sunflower #DCBE04
RGB
CMYK
RGB Variations
Color information
#DCBE04 (or 0xDCBE04) is known color: Sunflower. HEX triplet: DC, BE and 04. RGB value is (220,190,4). Sum of RGB (Red+Green+Blue) = 220+190+4=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBE04 is #2341FB. Grayscale: #B2B2B2. Windows color (decimal): -2310652 or 311004. OLE color: 311004.
HSL color Cylindrical-coordinate representation of color #DCBE04: hue angle of 51.67º 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 #DCBE04 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 4 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.14 |
| HSL | 51.67º | 0.96% | 0.44% | - |
| HSV(B) | 51.67º | 0.98% | 0.86% | - |
| XYZ | 47.95 | 52.05 | 7.63 | - |
| YUV | 177.77 | 29.94 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 4 | 0 | 0.14 | 0.98 | 0.14 | 51.67 | 0.96 | 0.44 |
| Hex | DC | BE | 4 | 0 | E | 62 | E | 34 | 60 | 2C |
| Octal | 334 | 276 | 4 | 0 | 16 | 142 | 16 | 64 | 140 | 54 |
| Binary | 11011100 | 10111110 | 100 | 0 | 1110 | 1100010 | 1110 | 110100 | 1100000 | 101100 |
Color Harmonies of #DCBE04
Complementary color
Monochromatic Colors of #DCBE04
Black with #DCBE04
Text Example
Text Example
White with #DCBE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE04; }
p { color: rgb(220,190,4); }
H1.HeaderClassName
{
color: #DCBE04;
}
.AnyTagClassName
{
color: #DCBE04;
}
</style>
background-color css
<style>
a { background-color: #DCBE04; }
a { background-color: rgb(220,190,4); }
div.DivClassName
{
background-color: #DCBE04;
}
.BgClassName
{
background-color: #DCBE04;
}
</style>
border-color css
<style>
span { border-color: #DCBE04; }
span { border-color: rgb(220,190,4); }
td.TdClassName
{
border-color: #DCBE04;
}
.TagClassName
{
border-color: #DCBE04;
}
</style>