Shades of Sunflower #DCB405
Tints of Sunflower #DCB405
RGB
CMYK
RGB Variations
Color information
#DCB405 (or 0xDCB405) is known color: Sunflower. HEX triplet: DC, B4 and 05. RGB value is (220,180,5). Sum of RGB (Red+Green+Blue) = 220+180+5=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB405 is #234BFA. Grayscale: #ACACAC. Windows color (decimal): -2313211 or 373980. OLE color: 373980.
HSL color Cylindrical-coordinate representation of color #DCB405: hue angle of 48.84º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCB405 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 5 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.14 |
| HSL | 48.84º | 0.96% | 0.44% | - |
| HSV(B) | 48.84º | 0.98% | 0.86% | - |
| XYZ | 45.86 | 47.87 | 6.97 | - |
| YUV | 172.01 | 33.75 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 5 | 0 | 0.18 | 0.98 | 0.14 | 48.84 | 0.96 | 0.44 |
| Hex | DC | B4 | 5 | 0 | 12 | 62 | E | 31 | 60 | 2C |
| Octal | 334 | 264 | 5 | 0 | 22 | 142 | 16 | 61 | 140 | 54 |
| Binary | 11011100 | 10110100 | 101 | 0 | 10010 | 1100010 | 1110 | 110001 | 1100000 | 101100 |
Color Harmonies of #DCB405
Complementary color
Monochromatic Colors of #DCB405
Black with #DCB405
Text Example
Text Example
White with #DCB405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB405; }
p { color: rgb(220,180,5); }
H1.HeaderClassName
{
color: #DCB405;
}
.AnyTagClassName
{
color: #DCB405;
}
</style>
background-color css
<style>
a { background-color: #DCB405; }
a { background-color: rgb(220,180,5); }
div.DivClassName
{
background-color: #DCB405;
}
.BgClassName
{
background-color: #DCB405;
}
</style>
border-color css
<style>
span { border-color: #DCB405; }
span { border-color: rgb(220,180,5); }
td.TdClassName
{
border-color: #DCB405;
}
.TagClassName
{
border-color: #DCB405;
}
</style>