Shades of Sunflower #DCC521
Tints of Sunflower #DCC521
RGB
CMYK
RGB Variations
Color information
#DCC521 (or 0xDCC521) is known color: Sunflower. HEX triplet: DC, C5 and 21. RGB value is (220,197,33). Sum of RGB (Red+Green+Blue) = 220+197+33=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC521 is #233ADE. Grayscale: #B9B9B9. Windows color (decimal): -2308831 or 2213340. OLE color: 2213340.
HSL color Cylindrical-coordinate representation of color #DCC521: hue angle of 52.62º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCC521 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 33 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.14 |
| HSL | 52.62º | 0.74% | 0.5% | - |
| HSV(B) | 52.62º | 0.85% | 0.86% | - |
| XYZ | 49.76 | 55.26 | 9.48 | - |
| YUV | 185.18 | 42.12 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 33 | 0 | 0.10 | 0.85 | 0.14 | 52.62 | 0.74 | 0.5 |
| Hex | DC | C5 | 21 | 0 | A | 55 | E | 35 | 4A | 32 |
| Octal | 334 | 305 | 41 | 0 | 12 | 125 | 16 | 65 | 112 | 62 |
| Binary | 11011100 | 11000101 | 100001 | 0 | 1010 | 1010101 | 1110 | 110101 | 1001010 | 110010 |
Color Harmonies of #DCC521
Complementary color
Monochromatic Colors of #DCC521
Black with #DCC521
Text Example
Text Example
White with #DCC521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC521; }
p { color: rgb(220,197,33); }
H1.HeaderClassName
{
color: #DCC521;
}
.AnyTagClassName
{
color: #DCC521;
}
</style>
background-color css
<style>
a { background-color: #DCC521; }
a { background-color: rgb(220,197,33); }
div.DivClassName
{
background-color: #DCC521;
}
.BgClassName
{
background-color: #DCC521;
}
</style>
border-color css
<style>
span { border-color: #DCC521; }
span { border-color: rgb(220,197,33); }
td.TdClassName
{
border-color: #DCC521;
}
.TagClassName
{
border-color: #DCC521;
}
</style>