Shades of Sunflower #DCC020
Tints of Sunflower #DCC020
RGB
CMYK
RGB Variations
Color information
#DCC020 (or 0xDCC020) is known color: Sunflower. HEX triplet: DC, C0 and 20. RGB value is (220,192,32). Sum of RGB (Red+Green+Blue) = 220+192+32=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC020 is #233FDF. Grayscale: #B6B6B6. Windows color (decimal): -2310112 or 2146524. OLE color: 2146524.
HSL color Cylindrical-coordinate representation of color #DCC020: hue angle of 51.06º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCC020 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 32 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.14 |
| HSL | 51.06º | 0.75% | 0.49% | - |
| HSV(B) | 51.06º | 0.85% | 0.86% | - |
| XYZ | 48.63 | 53.02 | 9.04 | - |
| YUV | 182.13 | 43.28 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 32 | 0 | 0.13 | 0.85 | 0.14 | 51.06 | 0.75 | 0.49 |
| Hex | DC | C0 | 20 | 0 | D | 55 | E | 33 | 4B | 31 |
| Octal | 334 | 300 | 40 | 0 | 15 | 125 | 16 | 63 | 113 | 61 |
| Binary | 11011100 | 11000000 | 100000 | 0 | 1101 | 1010101 | 1110 | 110011 | 1001011 | 110001 |
Color Harmonies of #DCC020
Complementary color
Monochromatic Colors of #DCC020
Black with #DCC020
Text Example
Text Example
White with #DCC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC020; }
p { color: rgb(220,192,32); }
H1.HeaderClassName
{
color: #DCC020;
}
.AnyTagClassName
{
color: #DCC020;
}
</style>
background-color css
<style>
a { background-color: #DCC020; }
a { background-color: rgb(220,192,32); }
div.DivClassName
{
background-color: #DCC020;
}
.BgClassName
{
background-color: #DCC020;
}
</style>
border-color css
<style>
span { border-color: #DCC020; }
span { border-color: rgb(220,192,32); }
td.TdClassName
{
border-color: #DCC020;
}
.TagClassName
{
border-color: #DCC020;
}
</style>