Shades of Sunflower #DCC025
Tints of Sunflower #DCC025
RGB
CMYK
RGB Variations
Color information
#DCC025 (or 0xDCC025) is known color: Sunflower. HEX triplet: DC, C0 and 25. RGB value is (220,192,37). Sum of RGB (Red+Green+Blue) = 220+192+37=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 37 (14.84% from 255 or 8.24% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC025 is #233FDA. Grayscale: #B7B7B7. Windows color (decimal): -2310107 or 2474204. OLE color: 2474204.
HSL color Cylindrical-coordinate representation of color #DCC025: hue angle of 50.82º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCC025 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 37 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.14 |
| HSL | 50.82º | 0.72% | 0.5% | - |
| HSV(B) | 50.82º | 0.83% | 0.86% | - |
| XYZ | 48.7 | 53.05 | 9.42 | - |
| YUV | 182.7 | 45.78 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 37 | 0 | 0.13 | 0.83 | 0.14 | 50.82 | 0.72 | 0.5 |
| Hex | DC | C0 | 25 | 0 | D | 53 | E | 33 | 48 | 32 |
| Octal | 334 | 300 | 45 | 0 | 15 | 123 | 16 | 63 | 110 | 62 |
| Binary | 11011100 | 11000000 | 100101 | 0 | 1101 | 1010011 | 1110 | 110011 | 1001000 | 110010 |
Color Harmonies of #DCC025
Complementary color
Monochromatic Colors of #DCC025
Black with #DCC025
Text Example
Text Example
White with #DCC025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC025; }
p { color: rgb(220,192,37); }
H1.HeaderClassName
{
color: #DCC025;
}
.AnyTagClassName
{
color: #DCC025;
}
</style>
background-color css
<style>
a { background-color: #DCC025; }
a { background-color: rgb(220,192,37); }
div.DivClassName
{
background-color: #DCC025;
}
.BgClassName
{
background-color: #DCC025;
}
</style>
border-color css
<style>
span { border-color: #DCC025; }
span { border-color: rgb(220,192,37); }
td.TdClassName
{
border-color: #DCC025;
}
.TagClassName
{
border-color: #DCC025;
}
</style>