Shades of Sunflower #DCC90F
Tints of Sunflower #DCC90F
RGB
CMYK
RGB Variations
Color information
#DCC90F (or 0xDCC90F) is known color: Sunflower. HEX triplet: DC, C9 and 0F. RGB value is (220,201,15). Sum of RGB (Red+Green+Blue) = 220+201+15=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC90F is #2336F0. Grayscale: #BABABA. Windows color (decimal): -2307825 or 1034716. OLE color: 1034716.
HSL color Cylindrical-coordinate representation of color #DCC90F: hue angle of 54.44º degrees, saturation: 0.87, 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 #DCC90F is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 15 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.14 |
| HSL | 54.44º | 0.87% | 0.46% | - |
| HSV(B) | 54.44º | 0.93% | 0.86% | - |
| XYZ | 50.49 | 57.02 | 8.8 | - |
| YUV | 185.48 | 31.79 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 15 | 0 | 0.09 | 0.93 | 0.14 | 54.44 | 0.87 | 0.46 |
| Hex | DC | C9 | F | 0 | 9 | 5D | E | 36 | 57 | 2E |
| Octal | 334 | 311 | 17 | 0 | 11 | 135 | 16 | 66 | 127 | 56 |
| Binary | 11011100 | 11001001 | 1111 | 0 | 1001 | 1011101 | 1110 | 110110 | 1010111 | 101110 |
Color Harmonies of #DCC90F
Complementary color
Monochromatic Colors of #DCC90F
Black with #DCC90F
Text Example
Text Example
White with #DCC90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC90F; }
p { color: rgb(220,201,15); }
H1.HeaderClassName
{
color: #DCC90F;
}
.AnyTagClassName
{
color: #DCC90F;
}
</style>
background-color css
<style>
a { background-color: #DCC90F; }
a { background-color: rgb(220,201,15); }
div.DivClassName
{
background-color: #DCC90F;
}
.BgClassName
{
background-color: #DCC90F;
}
</style>
border-color css
<style>
span { border-color: #DCC90F; }
span { border-color: rgb(220,201,15); }
td.TdClassName
{
border-color: #DCC90F;
}
.TagClassName
{
border-color: #DCC90F;
}
</style>