Shades of Sunflower #DCC215
Tints of Sunflower #DCC215
RGB
CMYK
RGB Variations
Color information
#DCC215 (or 0xDCC215) is known color: Sunflower. HEX triplet: DC, C2 and 15. RGB value is (220,194,21). Sum of RGB (Red+Green+Blue) = 220+194+21=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC215 is #233DEA. Grayscale: #B6B6B6. Windows color (decimal): -2309611 or 1426140. OLE color: 1426140.
HSL color Cylindrical-coordinate representation of color #DCC215: hue angle of 52.16º 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 #DCC215 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 21 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.14 |
| HSL | 52.16º | 0.83% | 0.47% | - |
| HSV(B) | 52.16º | 0.9% | 0.86% | - |
| XYZ | 48.94 | 53.85 | 8.52 | - |
| YUV | 182.05 | 37.11 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 21 | 0 | 0.12 | 0.90 | 0.14 | 52.16 | 0.83 | 0.47 |
| Hex | DC | C2 | 15 | 0 | C | 5A | E | 34 | 53 | 2F |
| Octal | 334 | 302 | 25 | 0 | 14 | 132 | 16 | 64 | 123 | 57 |
| Binary | 11011100 | 11000010 | 10101 | 0 | 1100 | 1011010 | 1110 | 110100 | 1010011 | 101111 |
Color Harmonies of #DCC215
Complementary color
Monochromatic Colors of #DCC215
Black with #DCC215
Text Example
Text Example
White with #DCC215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC215; }
p { color: rgb(220,194,21); }
H1.HeaderClassName
{
color: #DCC215;
}
.AnyTagClassName
{
color: #DCC215;
}
</style>
background-color css
<style>
a { background-color: #DCC215; }
a { background-color: rgb(220,194,21); }
div.DivClassName
{
background-color: #DCC215;
}
.BgClassName
{
background-color: #DCC215;
}
</style>
border-color css
<style>
span { border-color: #DCC215; }
span { border-color: rgb(220,194,21); }
td.TdClassName
{
border-color: #DCC215;
}
.TagClassName
{
border-color: #DCC215;
}
</style>