Shades of Sunflower #DCCA15
Tints of Sunflower #DCCA15
RGB
CMYK
RGB Variations
Color information
#DCCA15 (or 0xDCCA15) is known color: Sunflower. HEX triplet: DC, CA and 15. RGB value is (220,202,21). Sum of RGB (Red+Green+Blue) = 220+202+21=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 21 (8.59% from 255 or 4.74% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCA15 is #2335EA. Grayscale: #BBBBBB. Windows color (decimal): -2307563 or 1428188. OLE color: 1428188.
HSL color Cylindrical-coordinate representation of color #DCCA15: hue angle of 54.57º 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 #DCCA15 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 21 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.14 |
| HSL | 54.57º | 0.83% | 0.47% | - |
| HSV(B) | 54.57º | 0.9% | 0.86% | - |
| XYZ | 50.77 | 57.51 | 9.13 | - |
| YUV | 186.75 | 34.46 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 21 | 0 | 0.08 | 0.90 | 0.14 | 54.57 | 0.83 | 0.47 |
| Hex | DC | CA | 15 | 0 | 8 | 5A | E | 37 | 53 | 2F |
| Octal | 334 | 312 | 25 | 0 | 10 | 132 | 16 | 67 | 123 | 57 |
| Binary | 11011100 | 11001010 | 10101 | 0 | 1000 | 1011010 | 1110 | 110111 | 1010011 | 101111 |
Color Harmonies of #DCCA15
Complementary color
Monochromatic Colors of #DCCA15
Black with #DCCA15
Text Example
Text Example
White with #DCCA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA15; }
p { color: rgb(220,202,21); }
H1.HeaderClassName
{
color: #DCCA15;
}
.AnyTagClassName
{
color: #DCCA15;
}
</style>
background-color css
<style>
a { background-color: #DCCA15; }
a { background-color: rgb(220,202,21); }
div.DivClassName
{
background-color: #DCCA15;
}
.BgClassName
{
background-color: #DCCA15;
}
</style>
border-color css
<style>
span { border-color: #DCCA15; }
span { border-color: rgb(220,202,21); }
td.TdClassName
{
border-color: #DCCA15;
}
.TagClassName
{
border-color: #DCCA15;
}
</style>