Shades of Sunflower #DCBE17
Tints of Sunflower #DCBE17
RGB
CMYK
RGB Variations
Color information
#DCBE17 (or 0xDCBE17) is known color: Sunflower. HEX triplet: DC, BE and 17. RGB value is (220,190,23). Sum of RGB (Red+Green+Blue) = 220+190+23=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 23 (9.38% from 255 or 5.31% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBE17 is #2341E8. Grayscale: #B4B4B4. Windows color (decimal): -2310633 or 1556188. OLE color: 1556188.
HSL color Cylindrical-coordinate representation of color #DCBE17: hue angle of 50.86º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCBE17 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 23 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.14 |
| HSL | 50.86º | 0.81% | 0.48% | - |
| HSV(B) | 50.86º | 0.9% | 0.86% | - |
| XYZ | 48.08 | 52.1 | 8.33 | - |
| YUV | 179.93 | 39.44 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 23 | 0 | 0.14 | 0.90 | 0.14 | 50.86 | 0.81 | 0.48 |
| Hex | DC | BE | 17 | 0 | E | 5A | E | 33 | 51 | 30 |
| Octal | 334 | 276 | 27 | 0 | 16 | 132 | 16 | 63 | 121 | 60 |
| Binary | 11011100 | 10111110 | 10111 | 0 | 1110 | 1011010 | 1110 | 110011 | 1010001 | 110000 |
Color Harmonies of #DCBE17
Complementary color
Monochromatic Colors of #DCBE17
Black with #DCBE17
Text Example
Text Example
White with #DCBE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE17; }
p { color: rgb(220,190,23); }
H1.HeaderClassName
{
color: #DCBE17;
}
.AnyTagClassName
{
color: #DCBE17;
}
</style>
background-color css
<style>
a { background-color: #DCBE17; }
a { background-color: rgb(220,190,23); }
div.DivClassName
{
background-color: #DCBE17;
}
.BgClassName
{
background-color: #DCBE17;
}
</style>
border-color css
<style>
span { border-color: #DCBE17; }
span { border-color: rgb(220,190,23); }
td.TdClassName
{
border-color: #DCBE17;
}
.TagClassName
{
border-color: #DCBE17;
}
</style>