Shades of Sunflower #DCB809
Tints of Sunflower #DCB809
RGB
CMYK
RGB Variations
Color information
#DCB809 (or 0xDCB809) is known color: Sunflower. HEX triplet: DC, B8 and 09. RGB value is (220,184,9). Sum of RGB (Red+Green+Blue) = 220+184+9=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB809 is #2347F6. Grayscale: #AFAFAF. Windows color (decimal): -2312183 or 637148. OLE color: 637148.
HSL color Cylindrical-coordinate representation of color #DCB809: hue angle of 49.76º 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 #DCB809 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 9 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.14 |
| HSL | 49.76º | 0.92% | 0.45% | - |
| HSV(B) | 49.76º | 0.96% | 0.86% | - |
| XYZ | 46.71 | 49.52 | 7.35 | - |
| YUV | 174.81 | 34.43 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 9 | 0 | 0.16 | 0.96 | 0.14 | 49.76 | 0.92 | 0.45 |
| Hex | DC | B8 | 9 | 0 | 10 | 60 | E | 32 | 5C | 2D |
| Octal | 334 | 270 | 11 | 0 | 20 | 140 | 16 | 62 | 134 | 55 |
| Binary | 11011100 | 10111000 | 1001 | 0 | 10000 | 1100000 | 1110 | 110010 | 1011100 | 101101 |
Color Harmonies of #DCB809
Complementary color
Monochromatic Colors of #DCB809
Black with #DCB809
Text Example
Text Example
White with #DCB809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB809; }
p { color: rgb(220,184,9); }
H1.HeaderClassName
{
color: #DCB809;
}
.AnyTagClassName
{
color: #DCB809;
}
</style>
background-color css
<style>
a { background-color: #DCB809; }
a { background-color: rgb(220,184,9); }
div.DivClassName
{
background-color: #DCB809;
}
.BgClassName
{
background-color: #DCB809;
}
</style>
border-color css
<style>
span { border-color: #DCB809; }
span { border-color: rgb(220,184,9); }
td.TdClassName
{
border-color: #DCB809;
}
.TagClassName
{
border-color: #DCB809;
}
</style>