Shades of Sunflower #DCB501
Tints of Sunflower #DCB501
RGB
CMYK
RGB Variations
Color information
#DCB501 (or 0xDCB501) is known color: Sunflower. HEX triplet: DC, B5 and 01. RGB value is (220,181,1). Sum of RGB (Red+Green+Blue) = 220+181+1=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB501 is #234AFE. Grayscale: #ACACAC. Windows color (decimal): -2312959 or 112092. OLE color: 112092.
HSL color Cylindrical-coordinate representation of color #DCB501: hue angle of 49.32º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCB501 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 1 | - |
| CMYK | 0 | 0.18 | 1.00 | 0.14 |
| HSL | 49.32º | 0.99% | 0.43% | - |
| HSV(B) | 49.32º | 1% | 0.86% | - |
| XYZ | 46.04 | 48.27 | 6.92 | - |
| YUV | 172.14 | 31.42 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 1 | 0 | 0.18 | 1.00 | 0.14 | 49.32 | 0.99 | 0.43 |
| Hex | DC | B5 | 1 | 0 | 12 | 64 | E | 31 | 63 | 2B |
| Octal | 334 | 265 | 1 | 0 | 22 | 144 | 16 | 61 | 143 | 53 |
| Binary | 11011100 | 10110101 | 1 | 0 | 10010 | 1100100 | 1110 | 110001 | 1100011 | 101011 |
Color Harmonies of #DCB501
Complementary color
Monochromatic Colors of #DCB501
Black with #DCB501
Text Example
Text Example
White with #DCB501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB501; }
p { color: rgb(220,181,1); }
H1.HeaderClassName
{
color: #DCB501;
}
.AnyTagClassName
{
color: #DCB501;
}
</style>
background-color css
<style>
a { background-color: #DCB501; }
a { background-color: rgb(220,181,1); }
div.DivClassName
{
background-color: #DCB501;
}
.BgClassName
{
background-color: #DCB501;
}
</style>
border-color css
<style>
span { border-color: #DCB501; }
span { border-color: rgb(220,181,1); }
td.TdClassName
{
border-color: #DCB501;
}
.TagClassName
{
border-color: #DCB501;
}
</style>