Shades of Sunflower #DCB509
Tints of Sunflower #DCB509
RGB
CMYK
RGB Variations
Color information
#DCB509 (or 0xDCB509) is known color: Sunflower. HEX triplet: DC, B5 and 09. RGB value is (220,181,9). Sum of RGB (Red+Green+Blue) = 220+181+9=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB509 is #234AF6. Grayscale: #ADADAD. Windows color (decimal): -2312951 or 636380. OLE color: 636380.
HSL color Cylindrical-coordinate representation of color #DCB509: hue angle of 48.91º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCB509 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 9 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.14 |
| HSL | 48.91º | 0.92% | 0.45% | - |
| HSV(B) | 48.91º | 0.96% | 0.86% | - |
| XYZ | 46.09 | 48.28 | 7.15 | - |
| YUV | 173.05 | 35.42 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 9 | 0 | 0.18 | 0.96 | 0.14 | 48.91 | 0.92 | 0.45 |
| Hex | DC | B5 | 9 | 0 | 12 | 60 | E | 31 | 5C | 2D |
| Octal | 334 | 265 | 11 | 0 | 22 | 140 | 16 | 61 | 134 | 55 |
| Binary | 11011100 | 10110101 | 1001 | 0 | 10010 | 1100000 | 1110 | 110001 | 1011100 | 101101 |
Color Harmonies of #DCB509
Complementary color
Monochromatic Colors of #DCB509
Black with #DCB509
Text Example
Text Example
White with #DCB509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB509; }
p { color: rgb(220,181,9); }
H1.HeaderClassName
{
color: #DCB509;
}
.AnyTagClassName
{
color: #DCB509;
}
</style>
background-color css
<style>
a { background-color: #DCB509; }
a { background-color: rgb(220,181,9); }
div.DivClassName
{
background-color: #DCB509;
}
.BgClassName
{
background-color: #DCB509;
}
</style>
border-color css
<style>
span { border-color: #DCB509; }
span { border-color: rgb(220,181,9); }
td.TdClassName
{
border-color: #DCB509;
}
.TagClassName
{
border-color: #DCB509;
}
</style>