Shades of Sunflower #DCC910
Tints of Sunflower #DCC910
RGB
CMYK
RGB Variations
Color information
#DCC910 (or 0xDCC910) is known color: Sunflower. HEX triplet: DC, C9 and 10. RGB value is (220,201,16). Sum of RGB (Red+Green+Blue) = 220+201+16=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC910 is #2336EF. Grayscale: #BABABA. Windows color (decimal): -2307824 or 1100252. OLE color: 1100252.
HSL color Cylindrical-coordinate representation of color #DCC910: hue angle of 54.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCC910 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 16 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.14 |
| HSL | 54.41º | 0.86% | 0.46% | - |
| HSV(B) | 54.41º | 0.93% | 0.86% | - |
| XYZ | 50.5 | 57.03 | 8.84 | - |
| YUV | 185.59 | 32.29 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 16 | 0 | 0.09 | 0.93 | 0.14 | 54.41 | 0.86 | 0.46 |
| Hex | DC | C9 | 10 | 0 | 9 | 5D | E | 36 | 56 | 2E |
| Octal | 334 | 311 | 20 | 0 | 11 | 135 | 16 | 66 | 126 | 56 |
| Binary | 11011100 | 11001001 | 10000 | 0 | 1001 | 1011101 | 1110 | 110110 | 1010110 | 101110 |
Color Harmonies of #DCC910
Complementary color
Monochromatic Colors of #DCC910
Black with #DCC910
Text Example
Text Example
White with #DCC910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC910; }
p { color: rgb(220,201,16); }
H1.HeaderClassName
{
color: #DCC910;
}
.AnyTagClassName
{
color: #DCC910;
}
</style>
background-color css
<style>
a { background-color: #DCC910; }
a { background-color: rgb(220,201,16); }
div.DivClassName
{
background-color: #DCC910;
}
.BgClassName
{
background-color: #DCC910;
}
</style>
border-color css
<style>
span { border-color: #DCC910; }
span { border-color: rgb(220,201,16); }
td.TdClassName
{
border-color: #DCC910;
}
.TagClassName
{
border-color: #DCC910;
}
</style>