Shades of Sunflower #DCC50A
Tints of Sunflower #DCC50A
RGB
CMYK
RGB Variations
Color information
#DCC50A (or 0xDCC50A) is known color: Sunflower. HEX triplet: DC, C5 and 0A. RGB value is (220,197,10). Sum of RGB (Red+Green+Blue) = 220+197+10=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 10 (4.30% from 255 or 2.34% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC50A is #233AF5. Grayscale: #B7B7B7. Windows color (decimal): -2308854 or 706012. OLE color: 706012.
HSL color Cylindrical-coordinate representation of color #DCC50A: hue angle of 53.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCC50A is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 10 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.14 |
| HSL | 53.43º | 0.91% | 0.45% | - |
| HSV(B) | 53.43º | 0.95% | 0.86% | - |
| XYZ | 49.54 | 55.17 | 8.33 | - |
| YUV | 182.56 | 30.62 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 10 | 0 | 0.10 | 0.95 | 0.14 | 53.43 | 0.91 | 0.45 |
| Hex | DC | C5 | A | 0 | A | 5F | E | 35 | 5B | 2D |
| Octal | 334 | 305 | 12 | 0 | 12 | 137 | 16 | 65 | 133 | 55 |
| Binary | 11011100 | 11000101 | 1010 | 0 | 1010 | 1011111 | 1110 | 110101 | 1011011 | 101101 |
Color Harmonies of #DCC50A
Complementary color
Monochromatic Colors of #DCC50A
Black with #DCC50A
Text Example
Text Example
White with #DCC50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC50A; }
p { color: rgb(220,197,10); }
H1.HeaderClassName
{
color: #DCC50A;
}
.AnyTagClassName
{
color: #DCC50A;
}
</style>
background-color css
<style>
a { background-color: #DCC50A; }
a { background-color: rgb(220,197,10); }
div.DivClassName
{
background-color: #DCC50A;
}
.BgClassName
{
background-color: #DCC50A;
}
</style>
border-color css
<style>
span { border-color: #DCC50A; }
span { border-color: rgb(220,197,10); }
td.TdClassName
{
border-color: #DCC50A;
}
.TagClassName
{
border-color: #DCC50A;
}
</style>