Shades of Sunflower #DCBC23
Tints of Sunflower #DCBC23
RGB
CMYK
RGB Variations
Color information
#DCBC23 (or 0xDCBC23) is known color: Sunflower. HEX triplet: DC, BC and 23. RGB value is (220,188,35). Sum of RGB (Red+Green+Blue) = 220+188+35=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 35 (14.06% from 255 or 7.90% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC23 is #2343DC. Grayscale: #B4B4B4. Windows color (decimal): -2311133 or 2342108. OLE color: 2342108.
HSL color Cylindrical-coordinate representation of color #DCBC23: hue angle of 49.62º 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 #DCBC23 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 35 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.14 |
| HSL | 49.62º | 0.73% | 0.5% | - |
| HSV(B) | 49.62º | 0.84% | 0.86% | - |
| XYZ | 47.8 | 51.3 | 8.97 | - |
| YUV | 180.13 | 46.1 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 35 | 0 | 0.15 | 0.84 | 0.14 | 49.62 | 0.73 | 0.5 |
| Hex | DC | BC | 23 | 0 | F | 54 | E | 32 | 49 | 32 |
| Octal | 334 | 274 | 43 | 0 | 17 | 124 | 16 | 62 | 111 | 62 |
| Binary | 11011100 | 10111100 | 100011 | 0 | 1111 | 1010100 | 1110 | 110010 | 1001001 | 110010 |
Color Harmonies of #DCBC23
Complementary color
Monochromatic Colors of #DCBC23
Black with #DCBC23
Text Example
Text Example
White with #DCBC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC23; }
p { color: rgb(220,188,35); }
H1.HeaderClassName
{
color: #DCBC23;
}
.AnyTagClassName
{
color: #DCBC23;
}
</style>
background-color css
<style>
a { background-color: #DCBC23; }
a { background-color: rgb(220,188,35); }
div.DivClassName
{
background-color: #DCBC23;
}
.BgClassName
{
background-color: #DCBC23;
}
</style>
border-color css
<style>
span { border-color: #DCBC23; }
span { border-color: rgb(220,188,35); }
td.TdClassName
{
border-color: #DCBC23;
}
.TagClassName
{
border-color: #DCBC23;
}
</style>