Shades of Sunflower #DCC715
Tints of Sunflower #DCC715
RGB
CMYK
RGB Variations
Color information
#DCC715 (or 0xDCC715) is known color: Sunflower. HEX triplet: DC, C7 and 15. RGB value is (220,199,21). Sum of RGB (Red+Green+Blue) = 220+199+21=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 21 (8.59% from 255 or 4.77% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC715 is #2338EA. Grayscale: #B9B9B9. Windows color (decimal): -2308331 or 1427420. OLE color: 1427420.
HSL color Cylindrical-coordinate representation of color #DCC715: hue angle of 53.67º 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 #DCC715 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 21 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.14 |
| HSL | 53.67º | 0.83% | 0.47% | - |
| HSV(B) | 53.67º | 0.9% | 0.86% | - |
| XYZ | 50.07 | 56.12 | 8.9 | - |
| YUV | 184.99 | 35.46 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 21 | 0 | 0.10 | 0.90 | 0.14 | 53.67 | 0.83 | 0.47 |
| Hex | DC | C7 | 15 | 0 | A | 5A | E | 36 | 53 | 2F |
| Octal | 334 | 307 | 25 | 0 | 12 | 132 | 16 | 66 | 123 | 57 |
| Binary | 11011100 | 11000111 | 10101 | 0 | 1010 | 1011010 | 1110 | 110110 | 1010011 | 101111 |
Color Harmonies of #DCC715
Complementary color
Monochromatic Colors of #DCC715
Black with #DCC715
Text Example
Text Example
White with #DCC715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC715; }
p { color: rgb(220,199,21); }
H1.HeaderClassName
{
color: #DCC715;
}
.AnyTagClassName
{
color: #DCC715;
}
</style>
background-color css
<style>
a { background-color: #DCC715; }
a { background-color: rgb(220,199,21); }
div.DivClassName
{
background-color: #DCC715;
}
.BgClassName
{
background-color: #DCC715;
}
</style>
border-color css
<style>
span { border-color: #DCC715; }
span { border-color: rgb(220,199,21); }
td.TdClassName
{
border-color: #DCC715;
}
.TagClassName
{
border-color: #DCC715;
}
</style>