Shades of Sunflower #DCC815
Tints of Sunflower #DCC815
RGB
CMYK
RGB Variations
Color information
#DCC815 (or 0xDCC815) is known color: Sunflower. HEX triplet: DC, C8 and 15. RGB value is (220,200,21). Sum of RGB (Red+Green+Blue) = 220+200+21=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC815 is #2337EA. Grayscale: #BABABA. Windows color (decimal): -2308075 or 1427676. OLE color: 1427676.
HSL color Cylindrical-coordinate representation of color #DCC815: hue angle of 53.97º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCC815 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 21 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.14 |
| HSL | 53.97º | 0.83% | 0.47% | - |
| HSV(B) | 53.97º | 0.9% | 0.86% | - |
| XYZ | 50.3 | 56.58 | 8.98 | - |
| YUV | 185.57 | 35.13 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 21 | 0 | 0.09 | 0.90 | 0.14 | 53.97 | 0.83 | 0.47 |
| Hex | DC | C8 | 15 | 0 | 9 | 5A | E | 36 | 53 | 2F |
| Octal | 334 | 310 | 25 | 0 | 11 | 132 | 16 | 66 | 123 | 57 |
| Binary | 11011100 | 11001000 | 10101 | 0 | 1001 | 1011010 | 1110 | 110110 | 1010011 | 101111 |
Color Harmonies of #DCC815
Complementary color
Monochromatic Colors of #DCC815
Black with #DCC815
Text Example
Text Example
White with #DCC815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC815; }
p { color: rgb(220,200,21); }
H1.HeaderClassName
{
color: #DCC815;
}
.AnyTagClassName
{
color: #DCC815;
}
</style>
background-color css
<style>
a { background-color: #DCC815; }
a { background-color: rgb(220,200,21); }
div.DivClassName
{
background-color: #DCC815;
}
.BgClassName
{
background-color: #DCC815;
}
</style>
border-color css
<style>
span { border-color: #DCC815; }
span { border-color: rgb(220,200,21); }
td.TdClassName
{
border-color: #DCC815;
}
.TagClassName
{
border-color: #DCC815;
}
</style>