Shades of Sunflower #DCB500
Tints of Sunflower #DCB500
RGB
CMYK
RGB Variations
Color information
#DCB500 (or 0xDCB500) is known color: Sunflower. HEX triplet: DC, B5 and 00. RGB value is (220,181,0). Sum of RGB (Red+Green+Blue) = 220+181+0=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB500 is #234AFF. Grayscale: #ACACAC. Windows color (decimal): -2312960 or 46556. OLE color: 46556.
HSL color Cylindrical-coordinate representation of color #DCB500: hue angle of 49.36º 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 #DCB500 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.14 |
| HSL | 49.36º | 1% | 0.43% | - |
| HSV(B) | 49.36º | 1% | 0.86% | - |
| XYZ | 46.04 | 48.26 | 6.89 | - |
| YUV | 172.03 | 30.92 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 0 | 0 | 0.18 | 1 | 0.14 | 49.36 | 1 | 0.43 |
| Hex | DC | B5 | 0 | 0 | 12 | 64 | E | 31 | 64 | 2B |
| Octal | 334 | 265 | 0 | 0 | 22 | 144 | 16 | 61 | 144 | 53 |
| Binary | 11011100 | 10110101 | 0 | 0 | 10010 | 1100100 | 1110 | 110001 | 1100100 | 101011 |
Color Harmonies of #DCB500
Complementary color
Monochromatic Colors of #DCB500
Black with #DCB500
Text Example
Text Example
White with #DCB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB500; }
p { color: rgb(220,181,0); }
H1.HeaderClassName
{
color: #DCB500;
}
.AnyTagClassName
{
color: #DCB500;
}
</style>
background-color css
<style>
a { background-color: #DCB500; }
a { background-color: rgb(220,181,0); }
div.DivClassName
{
background-color: #DCB500;
}
.BgClassName
{
background-color: #DCB500;
}
</style>
border-color css
<style>
span { border-color: #DCB500; }
span { border-color: rgb(220,181,0); }
td.TdClassName
{
border-color: #DCB500;
}
.TagClassName
{
border-color: #DCB500;
}
</style>