Shades of Sunflower #DCC609
Tints of Sunflower #DCC609
RGB
CMYK
RGB Variations
Color information
#DCC609 (or 0xDCC609) is known color: Sunflower. HEX triplet: DC, C6 and 09. RGB value is (220,198,9). Sum of RGB (Red+Green+Blue) = 220+198+9=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 9 (3.91% from 255 or 2.11% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC609 is #2339F6. Grayscale: #B7B7B7. Windows color (decimal): -2308599 or 640732. OLE color: 640732.
HSL color Cylindrical-coordinate representation of color #DCC609: hue angle of 53.74º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCC609 is Cyan = 0, Magento = 0.1, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 9 | - |
| CMYK | 0 | 0.1 | 0.96 | 0.14 |
| HSL | 53.74º | 0.92% | 0.45% | - |
| HSV(B) | 53.74º | 0.96% | 0.86% | - |
| XYZ | 49.76 | 55.62 | 8.37 | - |
| YUV | 183.03 | 29.79 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 9 | 0 | 0.1 | 0.96 | 0.14 | 53.74 | 0.92 | 0.45 |
| Hex | DC | C6 | 9 | 0 | A | 60 | E | 36 | 5C | 2D |
| Octal | 334 | 306 | 11 | 0 | 12 | 140 | 16 | 66 | 134 | 55 |
| Binary | 11011100 | 11000110 | 1001 | 0 | 1010 | 1100000 | 1110 | 110110 | 1011100 | 101101 |
Color Harmonies of #DCC609
Complementary color
Monochromatic Colors of #DCC609
Black with #DCC609
Text Example
Text Example
White with #DCC609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC609; }
p { color: rgb(220,198,9); }
H1.HeaderClassName
{
color: #DCC609;
}
.AnyTagClassName
{
color: #DCC609;
}
</style>
background-color css
<style>
a { background-color: #DCC609; }
a { background-color: rgb(220,198,9); }
div.DivClassName
{
background-color: #DCC609;
}
.BgClassName
{
background-color: #DCC609;
}
</style>
border-color css
<style>
span { border-color: #DCC609; }
span { border-color: rgb(220,198,9); }
td.TdClassName
{
border-color: #DCC609;
}
.TagClassName
{
border-color: #DCC609;
}
</style>