Shades of Sunflower #DCBE18
Tints of Sunflower #DCBE18
RGB
CMYK
RGB Variations
Color information
#DCBE18 (or 0xDCBE18) is known color: Sunflower. HEX triplet: DC, BE and 18. RGB value is (220,190,24). Sum of RGB (Red+Green+Blue) = 220+190+24=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 24 (9.77% from 255 or 5.53% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBE18 is #2341E7. Grayscale: #B4B4B4. Windows color (decimal): -2310632 or 1621724. OLE color: 1621724.
HSL color Cylindrical-coordinate representation of color #DCBE18: hue angle of 50.82º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCBE18 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 24 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.14 |
| HSL | 50.82º | 0.8% | 0.48% | - |
| HSV(B) | 50.82º | 0.89% | 0.86% | - |
| XYZ | 48.09 | 52.11 | 8.39 | - |
| YUV | 180.05 | 39.94 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 24 | 0 | 0.14 | 0.89 | 0.14 | 50.82 | 0.8 | 0.48 |
| Hex | DC | BE | 18 | 0 | E | 59 | E | 33 | 50 | 30 |
| Octal | 334 | 276 | 30 | 0 | 16 | 131 | 16 | 63 | 120 | 60 |
| Binary | 11011100 | 10111110 | 11000 | 0 | 1110 | 1011001 | 1110 | 110011 | 1010000 | 110000 |
Color Harmonies of #DCBE18
Complementary color
Monochromatic Colors of #DCBE18
Black with #DCBE18
Text Example
Text Example
White with #DCBE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE18; }
p { color: rgb(220,190,24); }
H1.HeaderClassName
{
color: #DCBE18;
}
.AnyTagClassName
{
color: #DCBE18;
}
</style>
background-color css
<style>
a { background-color: #DCBE18; }
a { background-color: rgb(220,190,24); }
div.DivClassName
{
background-color: #DCBE18;
}
.BgClassName
{
background-color: #DCBE18;
}
</style>
border-color css
<style>
span { border-color: #DCBE18; }
span { border-color: rgb(220,190,24); }
td.TdClassName
{
border-color: #DCBE18;
}
.TagClassName
{
border-color: #DCBE18;
}
</style>