Shades of Sunflower #DCC615
Tints of Sunflower #DCC615
RGB
CMYK
RGB Variations
Color information
#DCC615 (or 0xDCC615) is known color: Sunflower. HEX triplet: DC, C6 and 15. RGB value is (220,198,21). Sum of RGB (Red+Green+Blue) = 220+198+21=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 21 (8.59% from 255 or 4.78% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC615 is #2339EA. Grayscale: #B9B9B9. Windows color (decimal): -2308587 or 1427164. OLE color: 1427164.
HSL color Cylindrical-coordinate representation of color #DCC615: hue angle of 53.37º 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 #DCC615 is Cyan = 0, Magento = 0.1, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 21 | - |
| CMYK | 0 | 0.1 | 0.90 | 0.14 |
| HSL | 53.37º | 0.83% | 0.47% | - |
| HSV(B) | 53.37º | 0.9% | 0.86% | - |
| XYZ | 49.84 | 55.66 | 8.83 | - |
| YUV | 184.4 | 35.79 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 21 | 0 | 0.1 | 0.90 | 0.14 | 53.37 | 0.83 | 0.47 |
| Hex | DC | C6 | 15 | 0 | A | 5A | E | 35 | 53 | 2F |
| Octal | 334 | 306 | 25 | 0 | 12 | 132 | 16 | 65 | 123 | 57 |
| Binary | 11011100 | 11000110 | 10101 | 0 | 1010 | 1011010 | 1110 | 110101 | 1010011 | 101111 |
Color Harmonies of #DCC615
Complementary color
Monochromatic Colors of #DCC615
Black with #DCC615
Text Example
Text Example
White with #DCC615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC615; }
p { color: rgb(220,198,21); }
H1.HeaderClassName
{
color: #DCC615;
}
.AnyTagClassName
{
color: #DCC615;
}
</style>
background-color css
<style>
a { background-color: #DCC615; }
a { background-color: rgb(220,198,21); }
div.DivClassName
{
background-color: #DCC615;
}
.BgClassName
{
background-color: #DCC615;
}
</style>
border-color css
<style>
span { border-color: #DCC615; }
span { border-color: rgb(220,198,21); }
td.TdClassName
{
border-color: #DCC615;
}
.TagClassName
{
border-color: #DCC615;
}
</style>