Shades of Sunflower #DCC126
Tints of Sunflower #DCC126
RGB
CMYK
RGB Variations
Color information
#DCC126 (or 0xDCC126) is known color: Sunflower. HEX triplet: DC, C1 and 26. RGB value is (220,193,38). Sum of RGB (Red+Green+Blue) = 220+193+38=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 38 (15.23% from 255 or 8.43% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC126 is #233ED9. Grayscale: #B8B8B8. Windows color (decimal): -2309850 or 2539996. OLE color: 2539996.
HSL color Cylindrical-coordinate representation of color #DCC126: hue angle of 51.1º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCC126 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 38 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.14 |
| HSL | 51.1º | 0.72% | 0.51% | - |
| HSV(B) | 51.1º | 0.83% | 0.86% | - |
| XYZ | 48.94 | 53.5 | 9.58 | - |
| YUV | 183.4 | 45.95 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 38 | 0 | 0.12 | 0.83 | 0.14 | 51.1 | 0.72 | 0.51 |
| Hex | DC | C1 | 26 | 0 | C | 53 | E | 33 | 48 | 33 |
| Octal | 334 | 301 | 46 | 0 | 14 | 123 | 16 | 63 | 110 | 63 |
| Binary | 11011100 | 11000001 | 100110 | 0 | 1100 | 1010011 | 1110 | 110011 | 1001000 | 110011 |
Color Harmonies of #DCC126
Complementary color
Monochromatic Colors of #DCC126
Black with #DCC126
Text Example
Text Example
White with #DCC126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC126; }
p { color: rgb(220,193,38); }
H1.HeaderClassName
{
color: #DCC126;
}
.AnyTagClassName
{
color: #DCC126;
}
</style>
background-color css
<style>
a { background-color: #DCC126; }
a { background-color: rgb(220,193,38); }
div.DivClassName
{
background-color: #DCC126;
}
.BgClassName
{
background-color: #DCC126;
}
</style>
border-color css
<style>
span { border-color: #DCC126; }
span { border-color: rgb(220,193,38); }
td.TdClassName
{
border-color: #DCC126;
}
.TagClassName
{
border-color: #DCC126;
}
</style>