Shades of Sunflower #DFC605
Tints of Sunflower #DFC605
RGB
CMYK
RGB Variations
Color information
#DFC605 (or 0xDFC605) is known color: Sunflower. HEX triplet: DF, C6 and 05. RGB value is (223,198,5). Sum of RGB (Red+Green+Blue) = 223+198+5=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 5 (2.34% from 255 or 1.17% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC605 is #2039FA. Grayscale: #B8B8B8. Windows color (decimal): -2111995 or 378591. OLE color: 378591.
HSL color Cylindrical-coordinate representation of color #DFC605: hue angle of 53.12º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFC605 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 5 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.13 |
| HSL | 53.12º | 0.96% | 0.45% | - |
| HSV(B) | 53.12º | 0.98% | 0.87% | - |
| XYZ | 50.65 | 56.09 | 8.3 | - |
| YUV | 183.47 | 27.28 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 5 | 0 | 0.11 | 0.98 | 0.13 | 53.12 | 0.96 | 0.45 |
| Hex | DF | C6 | 5 | 0 | B | 62 | D | 35 | 60 | 2D |
| Octal | 337 | 306 | 5 | 0 | 13 | 142 | 15 | 65 | 140 | 55 |
| Binary | 11011111 | 11000110 | 101 | 0 | 1011 | 1100010 | 1101 | 110101 | 1100000 | 101101 |
Color Harmonies of #DFC605
Complementary color
Monochromatic Colors of #DFC605
Black with #DFC605
Text Example
Text Example
White with #DFC605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC605; }
p { color: rgb(223,198,5); }
H1.HeaderClassName
{
color: #DFC605;
}
.AnyTagClassName
{
color: #DFC605;
}
</style>
background-color css
<style>
a { background-color: #DFC605; }
a { background-color: rgb(223,198,5); }
div.DivClassName
{
background-color: #DFC605;
}
.BgClassName
{
background-color: #DFC605;
}
</style>
border-color css
<style>
span { border-color: #DFC605; }
span { border-color: rgb(223,198,5); }
td.TdClassName
{
border-color: #DFC605;
}
.TagClassName
{
border-color: #DFC605;
}
</style>