Shades of Sunflower #DCB80D
Tints of Sunflower #DCB80D
RGB
CMYK
RGB Variations
Color information
#DCB80D (or 0xDCB80D) is known color: Sunflower. HEX triplet: DC, B8 and 0D. RGB value is (220,184,13). Sum of RGB (Red+Green+Blue) = 220+184+13=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB80D is #2347F2. Grayscale: #AFAFAF. Windows color (decimal): -2312179 or 899292. OLE color: 899292.
HSL color Cylindrical-coordinate representation of color #DCB80D: hue angle of 49.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCB80D is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 13 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.14 |
| HSL | 49.57º | 0.89% | 0.46% | - |
| HSV(B) | 49.57º | 0.94% | 0.86% | - |
| XYZ | 46.73 | 49.53 | 7.48 | - |
| YUV | 175.27 | 36.43 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 13 | 0 | 0.16 | 0.94 | 0.14 | 49.57 | 0.89 | 0.46 |
| Hex | DC | B8 | D | 0 | 10 | 5E | E | 32 | 59 | 2E |
| Octal | 334 | 270 | 15 | 0 | 20 | 136 | 16 | 62 | 131 | 56 |
| Binary | 11011100 | 10111000 | 1101 | 0 | 10000 | 1011110 | 1110 | 110010 | 1011001 | 101110 |
Color Harmonies of #DCB80D
Complementary color
Monochromatic Colors of #DCB80D
Black with #DCB80D
Text Example
Text Example
White with #DCB80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB80D; }
p { color: rgb(220,184,13); }
H1.HeaderClassName
{
color: #DCB80D;
}
.AnyTagClassName
{
color: #DCB80D;
}
</style>
background-color css
<style>
a { background-color: #DCB80D; }
a { background-color: rgb(220,184,13); }
div.DivClassName
{
background-color: #DCB80D;
}
.BgClassName
{
background-color: #DCB80D;
}
</style>
border-color css
<style>
span { border-color: #DCB80D; }
span { border-color: rgb(220,184,13); }
td.TdClassName
{
border-color: #DCB80D;
}
.TagClassName
{
border-color: #DCB80D;
}
</style>