Shades of Sunflower #DCB900
Tints of Sunflower #DCB900
RGB
CMYK
RGB Variations
Color information
#DCB900 (or 0xDCB900) is known color: Sunflower. HEX triplet: DC, B9 and 00. RGB value is (220,185,0). Sum of RGB (Red+Green+Blue) = 220+185+0=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB900 is #2346FF. Grayscale: #AFAFAF. Windows color (decimal): -2311936 or 47580. OLE color: 47580.
HSL color Cylindrical-coordinate representation of color #DCB900: hue angle of 50.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCB900 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.14 |
| HSL | 50.45º | 1% | 0.43% | - |
| HSV(B) | 50.45º | 1% | 0.86% | - |
| XYZ | 46.86 | 49.91 | 7.16 | - |
| YUV | 174.38 | 29.6 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 0 | 0 | 0.16 | 1 | 0.14 | 50.45 | 1 | 0.43 |
| Hex | DC | B9 | 0 | 0 | 10 | 64 | E | 32 | 64 | 2B |
| Octal | 334 | 271 | 0 | 0 | 20 | 144 | 16 | 62 | 144 | 53 |
| Binary | 11011100 | 10111001 | 0 | 0 | 10000 | 1100100 | 1110 | 110010 | 1100100 | 101011 |
Color Harmonies of #DCB900
Complementary color
Monochromatic Colors of #DCB900
Black with #DCB900
Text Example
Text Example
White with #DCB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB900; }
p { color: rgb(220,185,0); }
H1.HeaderClassName
{
color: #DCB900;
}
.AnyTagClassName
{
color: #DCB900;
}
</style>
background-color css
<style>
a { background-color: #DCB900; }
a { background-color: rgb(220,185,0); }
div.DivClassName
{
background-color: #DCB900;
}
.BgClassName
{
background-color: #DCB900;
}
</style>
border-color css
<style>
span { border-color: #DCB900; }
span { border-color: rgb(220,185,0); }
td.TdClassName
{
border-color: #DCB900;
}
.TagClassName
{
border-color: #DCB900;
}
</style>