Shades of Sunflower #DCB506
Tints of Sunflower #DCB506
RGB
CMYK
RGB Variations
Color information
#DCB506 (or 0xDCB506) is known color: Sunflower. HEX triplet: DC, B5 and 06. RGB value is (220,181,6). Sum of RGB (Red+Green+Blue) = 220+181+6=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 6 (2.73% from 255 or 1.47% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB506 is #234AF9. Grayscale: #ADADAD. Windows color (decimal): -2312954 or 439772. OLE color: 439772.
HSL color Cylindrical-coordinate representation of color #DCB506: hue angle of 49.07º 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 #DCB506 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 6 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.14 |
| HSL | 49.07º | 0.95% | 0.44% | - |
| HSV(B) | 49.07º | 0.97% | 0.86% | - |
| XYZ | 46.07 | 48.28 | 7.06 | - |
| YUV | 172.71 | 33.92 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 6 | 0 | 0.18 | 0.97 | 0.14 | 49.07 | 0.95 | 0.44 |
| Hex | DC | B5 | 6 | 0 | 12 | 61 | E | 31 | 5F | 2C |
| Octal | 334 | 265 | 6 | 0 | 22 | 141 | 16 | 61 | 137 | 54 |
| Binary | 11011100 | 10110101 | 110 | 0 | 10010 | 1100001 | 1110 | 110001 | 1011111 | 101100 |
Color Harmonies of #DCB506
Complementary color
Monochromatic Colors of #DCB506
Black with #DCB506
Text Example
Text Example
White with #DCB506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB506; }
p { color: rgb(220,181,6); }
H1.HeaderClassName
{
color: #DCB506;
}
.AnyTagClassName
{
color: #DCB506;
}
</style>
background-color css
<style>
a { background-color: #DCB506; }
a { background-color: rgb(220,181,6); }
div.DivClassName
{
background-color: #DCB506;
}
.BgClassName
{
background-color: #DCB506;
}
</style>
border-color css
<style>
span { border-color: #DCB506; }
span { border-color: rgb(220,181,6); }
td.TdClassName
{
border-color: #DCB506;
}
.TagClassName
{
border-color: #DCB506;
}
</style>