Shades of Sunflower #DCC60A
Tints of Sunflower #DCC60A
RGB
CMYK
RGB Variations
Color information
#DCC60A (or 0xDCC60A) is known color: Sunflower. HEX triplet: DC, C6 and 0A. RGB value is (220,198,10). Sum of RGB (Red+Green+Blue) = 220+198+10=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 10 (4.30% from 255 or 2.34% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC60A is #2339F5. Grayscale: #B7B7B7. Windows color (decimal): -2308598 or 706268. OLE color: 706268.
HSL color Cylindrical-coordinate representation of color #DCC60A: hue angle of 53.71º 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 #DCC60A is Cyan = 0, Magento = 0.1, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 10 | - |
| CMYK | 0 | 0.1 | 0.95 | 0.14 |
| HSL | 53.71º | 0.91% | 0.45% | - |
| HSV(B) | 53.71º | 0.95% | 0.86% | - |
| XYZ | 49.76 | 55.63 | 8.4 | - |
| YUV | 183.15 | 30.29 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 10 | 0 | 0.1 | 0.95 | 0.14 | 53.71 | 0.91 | 0.45 |
| Hex | DC | C6 | A | 0 | A | 5F | E | 36 | 5B | 2D |
| Octal | 334 | 306 | 12 | 0 | 12 | 137 | 16 | 66 | 133 | 55 |
| Binary | 11011100 | 11000110 | 1010 | 0 | 1010 | 1011111 | 1110 | 110110 | 1011011 | 101101 |
Color Harmonies of #DCC60A
Complementary color
Monochromatic Colors of #DCC60A
Black with #DCC60A
Text Example
Text Example
White with #DCC60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC60A; }
p { color: rgb(220,198,10); }
H1.HeaderClassName
{
color: #DCC60A;
}
.AnyTagClassName
{
color: #DCC60A;
}
</style>
background-color css
<style>
a { background-color: #DCC60A; }
a { background-color: rgb(220,198,10); }
div.DivClassName
{
background-color: #DCC60A;
}
.BgClassName
{
background-color: #DCC60A;
}
</style>
border-color css
<style>
span { border-color: #DCC60A; }
span { border-color: rgb(220,198,10); }
td.TdClassName
{
border-color: #DCC60A;
}
.TagClassName
{
border-color: #DCC60A;
}
</style>