Shades of Sunflower #DCBE25
Tints of Sunflower #DCBE25
RGB
CMYK
RGB Variations
Color information
#DCBE25 (or 0xDCBE25) is known color: Sunflower. HEX triplet: DC, BE and 25. RGB value is (220,190,37). Sum of RGB (Red+Green+Blue) = 220+190+37=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 37 (14.84% from 255 or 8.28% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE25 is #2341DA. Grayscale: #B6B6B6. Windows color (decimal): -2310619 or 2473692. OLE color: 2473692.
HSL color Cylindrical-coordinate representation of color #DCBE25: hue angle of 50.16º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCBE25 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 37 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.14 |
| HSL | 50.16º | 0.72% | 0.5% | - |
| HSV(B) | 50.16º | 0.83% | 0.86% | - |
| XYZ | 48.26 | 52.18 | 9.28 | - |
| YUV | 181.53 | 46.44 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 37 | 0 | 0.14 | 0.83 | 0.14 | 50.16 | 0.72 | 0.5 |
| Hex | DC | BE | 25 | 0 | E | 53 | E | 32 | 48 | 32 |
| Octal | 334 | 276 | 45 | 0 | 16 | 123 | 16 | 62 | 110 | 62 |
| Binary | 11011100 | 10111110 | 100101 | 0 | 1110 | 1010011 | 1110 | 110010 | 1001000 | 110010 |
Color Harmonies of #DCBE25
Complementary color
Monochromatic Colors of #DCBE25
Black with #DCBE25
Text Example
Text Example
White with #DCBE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE25; }
p { color: rgb(220,190,37); }
H1.HeaderClassName
{
color: #DCBE25;
}
.AnyTagClassName
{
color: #DCBE25;
}
</style>
background-color css
<style>
a { background-color: #DCBE25; }
a { background-color: rgb(220,190,37); }
div.DivClassName
{
background-color: #DCBE25;
}
.BgClassName
{
background-color: #DCBE25;
}
</style>
border-color css
<style>
span { border-color: #DCBE25; }
span { border-color: rgb(220,190,37); }
td.TdClassName
{
border-color: #DCBE25;
}
.TagClassName
{
border-color: #DCBE25;
}
</style>