Shades of Sunflower #DCBE23
Tints of Sunflower #DCBE23
RGB
CMYK
RGB Variations
Color information
#DCBE23 (or 0xDCBE23) is known color: Sunflower. HEX triplet: DC, BE and 23. RGB value is (220,190,35). Sum of RGB (Red+Green+Blue) = 220+190+35=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 35 (14.06% from 255 or 7.87% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE23 is #2341DC. Grayscale: #B5B5B5. Windows color (decimal): -2310621 or 2342620. OLE color: 2342620.
HSL color Cylindrical-coordinate representation of color #DCBE23: hue angle of 50.27º degrees, saturation: 0.73, 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 #DCBE23 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 35 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.14 |
| HSL | 50.27º | 0.73% | 0.5% | - |
| HSV(B) | 50.27º | 0.84% | 0.86% | - |
| XYZ | 48.23 | 52.16 | 9.12 | - |
| YUV | 181.3 | 45.44 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 35 | 0 | 0.14 | 0.84 | 0.14 | 50.27 | 0.73 | 0.5 |
| Hex | DC | BE | 23 | 0 | E | 54 | E | 32 | 49 | 32 |
| Octal | 334 | 276 | 43 | 0 | 16 | 124 | 16 | 62 | 111 | 62 |
| Binary | 11011100 | 10111110 | 100011 | 0 | 1110 | 1010100 | 1110 | 110010 | 1001001 | 110010 |
Color Harmonies of #DCBE23
Complementary color
Monochromatic Colors of #DCBE23
Black with #DCBE23
Text Example
Text Example
White with #DCBE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE23; }
p { color: rgb(220,190,35); }
H1.HeaderClassName
{
color: #DCBE23;
}
.AnyTagClassName
{
color: #DCBE23;
}
</style>
background-color css
<style>
a { background-color: #DCBE23; }
a { background-color: rgb(220,190,35); }
div.DivClassName
{
background-color: #DCBE23;
}
.BgClassName
{
background-color: #DCBE23;
}
</style>
border-color css
<style>
span { border-color: #DCBE23; }
span { border-color: rgb(220,190,35); }
td.TdClassName
{
border-color: #DCBE23;
}
.TagClassName
{
border-color: #DCBE23;
}
</style>