Shades of Sunflower #DCBE20
Tints of Sunflower #DCBE20
RGB
CMYK
RGB Variations
Color information
#DCBE20 (or 0xDCBE20) is known color: Sunflower. HEX triplet: DC, BE and 20. RGB value is (220,190,32). Sum of RGB (Red+Green+Blue) = 220+190+32=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE20 is #2341DF. Grayscale: #B5B5B5. Windows color (decimal): -2310624 or 2146012. OLE color: 2146012.
HSL color Cylindrical-coordinate representation of color #DCBE20: hue angle of 50.43º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCBE20 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 32 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.14 |
| HSL | 50.43º | 0.75% | 0.49% | - |
| HSV(B) | 50.43º | 0.85% | 0.86% | - |
| XYZ | 48.19 | 52.15 | 8.89 | - |
| YUV | 180.96 | 43.94 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 32 | 0 | 0.14 | 0.85 | 0.14 | 50.43 | 0.75 | 0.49 |
| Hex | DC | BE | 20 | 0 | E | 55 | E | 32 | 4B | 31 |
| Octal | 334 | 276 | 40 | 0 | 16 | 125 | 16 | 62 | 113 | 61 |
| Binary | 11011100 | 10111110 | 100000 | 0 | 1110 | 1010101 | 1110 | 110010 | 1001011 | 110001 |
Color Harmonies of #DCBE20
Complementary color
Monochromatic Colors of #DCBE20
Black with #DCBE20
Text Example
Text Example
White with #DCBE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE20; }
p { color: rgb(220,190,32); }
H1.HeaderClassName
{
color: #DCBE20;
}
.AnyTagClassName
{
color: #DCBE20;
}
</style>
background-color css
<style>
a { background-color: #DCBE20; }
a { background-color: rgb(220,190,32); }
div.DivClassName
{
background-color: #DCBE20;
}
.BgClassName
{
background-color: #DCBE20;
}
</style>
border-color css
<style>
span { border-color: #DCBE20; }
span { border-color: rgb(220,190,32); }
td.TdClassName
{
border-color: #DCBE20;
}
.TagClassName
{
border-color: #DCBE20;
}
</style>