Shades of Sunflower #DCBE01
Tints of Sunflower #DCBE01
RGB
CMYK
RGB Variations
Color information
#DCBE01 (or 0xDCBE01) is known color: Sunflower. HEX triplet: DC, BE and 01. RGB value is (220,190,1). Sum of RGB (Red+Green+Blue) = 220+190+1=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 1 (0.78% from 255 or 0.24% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBE01 is #2341FE. Grayscale: #B2B2B2. Windows color (decimal): -2310655 or 114396. OLE color: 114396.
HSL color Cylindrical-coordinate representation of color #DCBE01: hue angle of 51.78º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCBE01 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 1 | - |
| CMYK | 0 | 0.14 | 1.00 | 0.14 |
| HSL | 51.78º | 0.99% | 0.43% | - |
| HSV(B) | 51.78º | 1% | 0.86% | - |
| XYZ | 47.93 | 52.04 | 7.55 | - |
| YUV | 177.42 | 28.44 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 1 | 0 | 0.14 | 1.00 | 0.14 | 51.78 | 0.99 | 0.43 |
| Hex | DC | BE | 1 | 0 | E | 64 | E | 34 | 63 | 2B |
| Octal | 334 | 276 | 1 | 0 | 16 | 144 | 16 | 64 | 143 | 53 |
| Binary | 11011100 | 10111110 | 1 | 0 | 1110 | 1100100 | 1110 | 110100 | 1100011 | 101011 |
Color Harmonies of #DCBE01
Complementary color
Monochromatic Colors of #DCBE01
Black with #DCBE01
Text Example
Text Example
White with #DCBE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE01; }
p { color: rgb(220,190,1); }
H1.HeaderClassName
{
color: #DCBE01;
}
.AnyTagClassName
{
color: #DCBE01;
}
</style>
background-color css
<style>
a { background-color: #DCBE01; }
a { background-color: rgb(220,190,1); }
div.DivClassName
{
background-color: #DCBE01;
}
.BgClassName
{
background-color: #DCBE01;
}
</style>
border-color css
<style>
span { border-color: #DCBE01; }
span { border-color: rgb(220,190,1); }
td.TdClassName
{
border-color: #DCBE01;
}
.TagClassName
{
border-color: #DCBE01;
}
</style>