Shades of Sunflower #DCBE24
Tints of Sunflower #DCBE24
RGB
CMYK
RGB Variations
Color information
#DCBE24 (or 0xDCBE24) is known color: Sunflower. HEX triplet: DC, BE and 24. RGB value is (220,190,36). Sum of RGB (Red+Green+Blue) = 220+190+36=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 36 (14.45% from 255 or 8.07% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE24 is #2341DB. Grayscale: #B6B6B6. Windows color (decimal): -2310620 or 2408156. OLE color: 2408156.
HSL color Cylindrical-coordinate representation of color #DCBE24: hue angle of 50.22º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCBE24 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 36 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.14 |
| HSL | 50.22º | 0.72% | 0.5% | - |
| HSV(B) | 50.22º | 0.84% | 0.86% | - |
| XYZ | 48.25 | 52.17 | 9.2 | - |
| YUV | 181.41 | 45.94 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 36 | 0 | 0.14 | 0.84 | 0.14 | 50.22 | 0.72 | 0.5 |
| Hex | DC | BE | 24 | 0 | E | 54 | E | 32 | 48 | 32 |
| Octal | 334 | 276 | 44 | 0 | 16 | 124 | 16 | 62 | 110 | 62 |
| Binary | 11011100 | 10111110 | 100100 | 0 | 1110 | 1010100 | 1110 | 110010 | 1001000 | 110010 |
Color Harmonies of #DCBE24
Complementary color
Monochromatic Colors of #DCBE24
Black with #DCBE24
Text Example
Text Example
White with #DCBE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE24; }
p { color: rgb(220,190,36); }
H1.HeaderClassName
{
color: #DCBE24;
}
.AnyTagClassName
{
color: #DCBE24;
}
</style>
background-color css
<style>
a { background-color: #DCBE24; }
a { background-color: rgb(220,190,36); }
div.DivClassName
{
background-color: #DCBE24;
}
.BgClassName
{
background-color: #DCBE24;
}
</style>
border-color css
<style>
span { border-color: #DCBE24; }
span { border-color: rgb(220,190,36); }
td.TdClassName
{
border-color: #DCBE24;
}
.TagClassName
{
border-color: #DCBE24;
}
</style>