Shades of Sunflower #DCC226
Tints of Sunflower #DCC226
RGB
CMYK
RGB Variations
Color information
#DCC226 (or 0xDCC226) is known color: Sunflower. HEX triplet: DC, C2 and 26. RGB value is (220,194,38). Sum of RGB (Red+Green+Blue) = 220+194+38=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 38 (15.23% from 255 or 8.41% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC226 is #233DD9. Grayscale: #B8B8B8. Windows color (decimal): -2309594 or 2540252. OLE color: 2540252.
HSL color Cylindrical-coordinate representation of color #DCC226: hue angle of 51.43º 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 #DCC226 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 38 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.14 |
| HSL | 51.43º | 0.72% | 0.51% | - |
| HSV(B) | 51.43º | 0.83% | 0.86% | - |
| XYZ | 49.16 | 53.94 | 9.65 | - |
| YUV | 183.99 | 45.61 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 38 | 0 | 0.12 | 0.83 | 0.14 | 51.43 | 0.72 | 0.51 |
| Hex | DC | C2 | 26 | 0 | C | 53 | E | 33 | 48 | 33 |
| Octal | 334 | 302 | 46 | 0 | 14 | 123 | 16 | 63 | 110 | 63 |
| Binary | 11011100 | 11000010 | 100110 | 0 | 1100 | 1010011 | 1110 | 110011 | 1001000 | 110011 |
Color Harmonies of #DCC226
Complementary color
Monochromatic Colors of #DCC226
Black with #DCC226
Text Example
Text Example
White with #DCC226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC226; }
p { color: rgb(220,194,38); }
H1.HeaderClassName
{
color: #DCC226;
}
.AnyTagClassName
{
color: #DCC226;
}
</style>
background-color css
<style>
a { background-color: #DCC226; }
a { background-color: rgb(220,194,38); }
div.DivClassName
{
background-color: #DCC226;
}
.BgClassName
{
background-color: #DCC226;
}
</style>
border-color css
<style>
span { border-color: #DCC226; }
span { border-color: rgb(220,194,38); }
td.TdClassName
{
border-color: #DCC226;
}
.TagClassName
{
border-color: #DCC226;
}
</style>