Shades of Sunflower #DCB306
Tints of Sunflower #DCB306
RGB
CMYK
RGB Variations
Color information
#DCB306 (or 0xDCB306) is known color: Sunflower. HEX triplet: DC, B3 and 06. RGB value is (220,179,6). Sum of RGB (Red+Green+Blue) = 220+179+6=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 6 (2.73% from 255 or 1.48% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB306 is #234CF9. Grayscale: #ACACAC. Windows color (decimal): -2313466 or 439260. OLE color: 439260.
HSL color Cylindrical-coordinate representation of color #DCB306: hue angle of 48.5º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCB306 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 6 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.14 |
| HSL | 48.5º | 0.95% | 0.44% | - |
| HSV(B) | 48.5º | 0.97% | 0.86% | - |
| XYZ | 45.67 | 47.47 | 6.93 | - |
| YUV | 171.54 | 34.58 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 6 | 0 | 0.19 | 0.97 | 0.14 | 48.5 | 0.95 | 0.44 |
| Hex | DC | B3 | 6 | 0 | 13 | 61 | E | 31 | 5F | 2C |
| Octal | 334 | 263 | 6 | 0 | 23 | 141 | 16 | 61 | 137 | 54 |
| Binary | 11011100 | 10110011 | 110 | 0 | 10011 | 1100001 | 1110 | 110001 | 1011111 | 101100 |
Color Harmonies of #DCB306
Complementary color
Monochromatic Colors of #DCB306
Black with #DCB306
Text Example
Text Example
White with #DCB306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB306; }
p { color: rgb(220,179,6); }
H1.HeaderClassName
{
color: #DCB306;
}
.AnyTagClassName
{
color: #DCB306;
}
</style>
background-color css
<style>
a { background-color: #DCB306; }
a { background-color: rgb(220,179,6); }
div.DivClassName
{
background-color: #DCB306;
}
.BgClassName
{
background-color: #DCB306;
}
</style>
border-color css
<style>
span { border-color: #DCB306; }
span { border-color: rgb(220,179,6); }
td.TdClassName
{
border-color: #DCB306;
}
.TagClassName
{
border-color: #DCB306;
}
</style>