Shades of Sunflower #DCB50A
Tints of Sunflower #DCB50A
RGB
CMYK
RGB Variations
Color information
#DCB50A (or 0xDCB50A) is known color: Sunflower. HEX triplet: DC, B5 and 0A. RGB value is (220,181,10). Sum of RGB (Red+Green+Blue) = 220+181+10=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB50A is #234AF5. Grayscale: #ADADAD. Windows color (decimal): -2312950 or 701916. OLE color: 701916.
HSL color Cylindrical-coordinate representation of color #DCB50A: hue angle of 48.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCB50A is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 10 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.14 |
| HSL | 48.86º | 0.91% | 0.45% | - |
| HSV(B) | 48.86º | 0.95% | 0.86% | - |
| XYZ | 46.09 | 48.29 | 7.18 | - |
| YUV | 173.17 | 35.92 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 10 | 0 | 0.18 | 0.95 | 0.14 | 48.86 | 0.91 | 0.45 |
| Hex | DC | B5 | A | 0 | 12 | 5F | E | 31 | 5B | 2D |
| Octal | 334 | 265 | 12 | 0 | 22 | 137 | 16 | 61 | 133 | 55 |
| Binary | 11011100 | 10110101 | 1010 | 0 | 10010 | 1011111 | 1110 | 110001 | 1011011 | 101101 |
Color Harmonies of #DCB50A
Complementary color
Monochromatic Colors of #DCB50A
Black with #DCB50A
Text Example
Text Example
White with #DCB50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB50A; }
p { color: rgb(220,181,10); }
H1.HeaderClassName
{
color: #DCB50A;
}
.AnyTagClassName
{
color: #DCB50A;
}
</style>
background-color css
<style>
a { background-color: #DCB50A; }
a { background-color: rgb(220,181,10); }
div.DivClassName
{
background-color: #DCB50A;
}
.BgClassName
{
background-color: #DCB50A;
}
</style>
border-color css
<style>
span { border-color: #DCB50A; }
span { border-color: rgb(220,181,10); }
td.TdClassName
{
border-color: #DCB50A;
}
.TagClassName
{
border-color: #DCB50A;
}
</style>