Shades of Sunflower #DCC606
Tints of Sunflower #DCC606
RGB
CMYK
RGB Variations
Color information
#DCC606 (or 0xDCC606) is known color: Sunflower. HEX triplet: DC, C6 and 06. RGB value is (220,198,6). Sum of RGB (Red+Green+Blue) = 220+198+6=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 6 (2.73% from 255 or 1.42% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC606 is #2339F9. Grayscale: #B7B7B7. Windows color (decimal): -2308602 or 444124. OLE color: 444124.
HSL color Cylindrical-coordinate representation of color #DCC606: hue angle of 53.83º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCC606 is Cyan = 0, Magento = 0.1, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 6 | - |
| CMYK | 0 | 0.1 | 0.97 | 0.14 |
| HSL | 53.83º | 0.95% | 0.44% | - |
| HSV(B) | 53.83º | 0.97% | 0.86% | - |
| XYZ | 49.74 | 55.62 | 8.29 | - |
| YUV | 182.69 | 28.29 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 6 | 0 | 0.1 | 0.97 | 0.14 | 53.83 | 0.95 | 0.44 |
| Hex | DC | C6 | 6 | 0 | A | 61 | E | 36 | 5F | 2C |
| Octal | 334 | 306 | 6 | 0 | 12 | 141 | 16 | 66 | 137 | 54 |
| Binary | 11011100 | 11000110 | 110 | 0 | 1010 | 1100001 | 1110 | 110110 | 1011111 | 101100 |
Color Harmonies of #DCC606
Complementary color
Monochromatic Colors of #DCC606
Black with #DCC606
Text Example
Text Example
White with #DCC606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC606; }
p { color: rgb(220,198,6); }
H1.HeaderClassName
{
color: #DCC606;
}
.AnyTagClassName
{
color: #DCC606;
}
</style>
background-color css
<style>
a { background-color: #DCC606; }
a { background-color: rgb(220,198,6); }
div.DivClassName
{
background-color: #DCC606;
}
.BgClassName
{
background-color: #DCC606;
}
</style>
border-color css
<style>
span { border-color: #DCC606; }
span { border-color: rgb(220,198,6); }
td.TdClassName
{
border-color: #DCC606;
}
.TagClassName
{
border-color: #DCC606;
}
</style>