Shades of Sunflower #DCB902
Tints of Sunflower #DCB902
RGB
CMYK
RGB Variations
Color information
#DCB902 (or 0xDCB902) is known color: Sunflower. HEX triplet: DC, B9 and 02. RGB value is (220,185,2). Sum of RGB (Red+Green+Blue) = 220+185+2=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 2 (1.17% from 255 or 0.49% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB902 is #2346FD. Grayscale: #AFAFAF. Windows color (decimal): -2311934 or 178652. OLE color: 178652.
HSL color Cylindrical-coordinate representation of color #DCB902: hue angle of 50.37º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCB902 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.14 |
| HSL | 50.37º | 0.98% | 0.44% | - |
| HSV(B) | 50.37º | 0.99% | 0.86% | - |
| XYZ | 46.88 | 49.92 | 7.22 | - |
| YUV | 174.6 | 30.6 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 2 | 0 | 0.16 | 0.99 | 0.14 | 50.37 | 0.98 | 0.44 |
| Hex | DC | B9 | 2 | 0 | 10 | 63 | E | 32 | 62 | 2C |
| Octal | 334 | 271 | 2 | 0 | 20 | 143 | 16 | 62 | 142 | 54 |
| Binary | 11011100 | 10111001 | 10 | 0 | 10000 | 1100011 | 1110 | 110010 | 1100010 | 101100 |
Color Harmonies of #DCB902
Complementary color
Monochromatic Colors of #DCB902
Black with #DCB902
Text Example
Text Example
White with #DCB902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB902; }
p { color: rgb(220,185,2); }
H1.HeaderClassName
{
color: #DCB902;
}
.AnyTagClassName
{
color: #DCB902;
}
</style>
background-color css
<style>
a { background-color: #DCB902; }
a { background-color: rgb(220,185,2); }
div.DivClassName
{
background-color: #DCB902;
}
.BgClassName
{
background-color: #DCB902;
}
</style>
border-color css
<style>
span { border-color: #DCB902; }
span { border-color: rgb(220,185,2); }
td.TdClassName
{
border-color: #DCB902;
}
.TagClassName
{
border-color: #DCB902;
}
</style>