Shades of Sunflower #DCB507
Tints of Sunflower #DCB507
RGB
CMYK
RGB Variations
Color information
#DCB507 (or 0xDCB507) is known color: Sunflower. HEX triplet: DC, B5 and 07. RGB value is (220,181,7). Sum of RGB (Red+Green+Blue) = 220+181+7=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 7 (3.12% from 255 or 1.72% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB507 is #234AF8. Grayscale: #ADADAD. Windows color (decimal): -2312953 or 505308. OLE color: 505308.
HSL color Cylindrical-coordinate representation of color #DCB507: hue angle of 49.01º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCB507 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 7 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.14 |
| HSL | 49.01º | 0.94% | 0.45% | - |
| HSV(B) | 49.01º | 0.97% | 0.86% | - |
| XYZ | 46.08 | 48.28 | 7.09 | - |
| YUV | 172.83 | 34.42 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 7 | 0 | 0.18 | 0.97 | 0.14 | 49.01 | 0.94 | 0.45 |
| Hex | DC | B5 | 7 | 0 | 12 | 61 | E | 31 | 5E | 2D |
| Octal | 334 | 265 | 7 | 0 | 22 | 141 | 16 | 61 | 136 | 55 |
| Binary | 11011100 | 10110101 | 111 | 0 | 10010 | 1100001 | 1110 | 110001 | 1011110 | 101101 |
Color Harmonies of #DCB507
Complementary color
Monochromatic Colors of #DCB507
Black with #DCB507
Text Example
Text Example
White with #DCB507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB507; }
p { color: rgb(220,181,7); }
H1.HeaderClassName
{
color: #DCB507;
}
.AnyTagClassName
{
color: #DCB507;
}
</style>
background-color css
<style>
a { background-color: #DCB507; }
a { background-color: rgb(220,181,7); }
div.DivClassName
{
background-color: #DCB507;
}
.BgClassName
{
background-color: #DCB507;
}
</style>
border-color css
<style>
span { border-color: #DCB507; }
span { border-color: rgb(220,181,7); }
td.TdClassName
{
border-color: #DCB507;
}
.TagClassName
{
border-color: #DCB507;
}
</style>