Shades of Sunflower #DCC605
Tints of Sunflower #DCC605
RGB
CMYK
RGB Variations
Color information
#DCC605 (or 0xDCC605) is known color: Sunflower. HEX triplet: DC, C6 and 05. RGB value is (220,198,5). Sum of RGB (Red+Green+Blue) = 220+198+5=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC605 is #2339FA. Grayscale: #B7B7B7. Windows color (decimal): -2308603 or 378588. OLE color: 378588.
HSL color Cylindrical-coordinate representation of color #DCC605: hue angle of 53.86º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCC605 is Cyan = 0, Magento = 0.1, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 5 | - |
| CMYK | 0 | 0.1 | 0.98 | 0.14 |
| HSL | 53.86º | 0.96% | 0.44% | - |
| HSV(B) | 53.86º | 0.98% | 0.86% | - |
| XYZ | 49.74 | 55.61 | 8.26 | - |
| YUV | 182.58 | 27.79 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 5 | 0 | 0.1 | 0.98 | 0.14 | 53.86 | 0.96 | 0.44 |
| Hex | DC | C6 | 5 | 0 | A | 62 | E | 36 | 60 | 2C |
| Octal | 334 | 306 | 5 | 0 | 12 | 142 | 16 | 66 | 140 | 54 |
| Binary | 11011100 | 11000110 | 101 | 0 | 1010 | 1100010 | 1110 | 110110 | 1100000 | 101100 |
Color Harmonies of #DCC605
Complementary color
Monochromatic Colors of #DCC605
Black with #DCC605
Text Example
Text Example
White with #DCC605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC605; }
p { color: rgb(220,198,5); }
H1.HeaderClassName
{
color: #DCC605;
}
.AnyTagClassName
{
color: #DCC605;
}
</style>
background-color css
<style>
a { background-color: #DCC605; }
a { background-color: rgb(220,198,5); }
div.DivClassName
{
background-color: #DCC605;
}
.BgClassName
{
background-color: #DCC605;
}
</style>
border-color css
<style>
span { border-color: #DCC605; }
span { border-color: rgb(220,198,5); }
td.TdClassName
{
border-color: #DCC605;
}
.TagClassName
{
border-color: #DCC605;
}
</style>