Shades of Sunflower #DCB605
Tints of Sunflower #DCB605
RGB
CMYK
RGB Variations
Color information
#DCB605 (or 0xDCB605) is known color: Sunflower. HEX triplet: DC, B6 and 05. RGB value is (220,182,5). Sum of RGB (Red+Green+Blue) = 220+182+5=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 5 (2.34% from 255 or 1.23% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB605 is #2349FA. Grayscale: #ADADAD. Windows color (decimal): -2312699 or 374492. OLE color: 374492.
HSL color Cylindrical-coordinate representation of color #DCB605: hue angle of 49.4º 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 #DCB605 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 5 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.14 |
| HSL | 49.4º | 0.96% | 0.44% | - |
| HSV(B) | 49.4º | 0.98% | 0.86% | - |
| XYZ | 46.27 | 48.68 | 7.1 | - |
| YUV | 173.18 | 33.09 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 5 | 0 | 0.17 | 0.98 | 0.14 | 49.4 | 0.96 | 0.44 |
| Hex | DC | B6 | 5 | 0 | 11 | 62 | E | 31 | 60 | 2C |
| Octal | 334 | 266 | 5 | 0 | 21 | 142 | 16 | 61 | 140 | 54 |
| Binary | 11011100 | 10110110 | 101 | 0 | 10001 | 1100010 | 1110 | 110001 | 1100000 | 101100 |
Color Harmonies of #DCB605
Complementary color
Monochromatic Colors of #DCB605
Black with #DCB605
Text Example
Text Example
White with #DCB605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB605; }
p { color: rgb(220,182,5); }
H1.HeaderClassName
{
color: #DCB605;
}
.AnyTagClassName
{
color: #DCB605;
}
</style>
background-color css
<style>
a { background-color: #DCB605; }
a { background-color: rgb(220,182,5); }
div.DivClassName
{
background-color: #DCB605;
}
.BgClassName
{
background-color: #DCB605;
}
</style>
border-color css
<style>
span { border-color: #DCB605; }
span { border-color: rgb(220,182,5); }
td.TdClassName
{
border-color: #DCB605;
}
.TagClassName
{
border-color: #DCB605;
}
</style>