Shades of Sunflower #DCB80A
Tints of Sunflower #DCB80A
RGB
CMYK
RGB Variations
Color information
#DCB80A (or 0xDCB80A) is known color: Sunflower. HEX triplet: DC, B8 and 0A. RGB value is (220,184,10). Sum of RGB (Red+Green+Blue) = 220+184+10=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB80A is #2347F5. Grayscale: #AFAFAF. Windows color (decimal): -2312182 or 702684. OLE color: 702684.
HSL color Cylindrical-coordinate representation of color #DCB80A: hue angle of 49.71º 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 #DCB80A is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 10 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.14 |
| HSL | 49.71º | 0.91% | 0.45% | - |
| HSV(B) | 49.71º | 0.95% | 0.86% | - |
| XYZ | 46.71 | 49.52 | 7.38 | - |
| YUV | 174.93 | 34.93 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 10 | 0 | 0.16 | 0.95 | 0.14 | 49.71 | 0.91 | 0.45 |
| Hex | DC | B8 | A | 0 | 10 | 5F | E | 32 | 5B | 2D |
| Octal | 334 | 270 | 12 | 0 | 20 | 137 | 16 | 62 | 133 | 55 |
| Binary | 11011100 | 10111000 | 1010 | 0 | 10000 | 1011111 | 1110 | 110010 | 1011011 | 101101 |
Color Harmonies of #DCB80A
Complementary color
Monochromatic Colors of #DCB80A
Black with #DCB80A
Text Example
Text Example
White with #DCB80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB80A; }
p { color: rgb(220,184,10); }
H1.HeaderClassName
{
color: #DCB80A;
}
.AnyTagClassName
{
color: #DCB80A;
}
</style>
background-color css
<style>
a { background-color: #DCB80A; }
a { background-color: rgb(220,184,10); }
div.DivClassName
{
background-color: #DCB80A;
}
.BgClassName
{
background-color: #DCB80A;
}
</style>
border-color css
<style>
span { border-color: #DCB80A; }
span { border-color: rgb(220,184,10); }
td.TdClassName
{
border-color: #DCB80A;
}
.TagClassName
{
border-color: #DCB80A;
}
</style>