Shades of Sunflower #DFC122
Tints of Sunflower #DFC122
RGB
CMYK
RGB Variations
Color information
#DFC122 (or 0xDFC122) is known color: Sunflower. HEX triplet: DF, C1 and 22. RGB value is (223,193,34). Sum of RGB (Red+Green+Blue) = 223+193+34=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 34 (13.67% from 255 or 7.56% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC122 is #203EDD. Grayscale: #B8B8B8. Windows color (decimal): -2113246 or 2277855. OLE color: 2277855.
HSL color Cylindrical-coordinate representation of color #DFC122: hue angle of 50.48º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFC122 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 34 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.13 |
| HSL | 50.48º | 0.75% | 0.5% | - |
| HSV(B) | 50.48º | 0.85% | 0.87% | - |
| XYZ | 49.79 | 53.94 | 9.3 | - |
| YUV | 183.84 | 43.44 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 34 | 0 | 0.13 | 0.85 | 0.13 | 50.48 | 0.75 | 0.5 |
| Hex | DF | C1 | 22 | 0 | D | 55 | D | 32 | 4B | 32 |
| Octal | 337 | 301 | 42 | 0 | 15 | 125 | 15 | 62 | 113 | 62 |
| Binary | 11011111 | 11000001 | 100010 | 0 | 1101 | 1010101 | 1101 | 110010 | 1001011 | 110010 |
Color Harmonies of #DFC122
Complementary color
Monochromatic Colors of #DFC122
Black with #DFC122
Text Example
Text Example
White with #DFC122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC122; }
p { color: rgb(223,193,34); }
H1.HeaderClassName
{
color: #DFC122;
}
.AnyTagClassName
{
color: #DFC122;
}
</style>
background-color css
<style>
a { background-color: #DFC122; }
a { background-color: rgb(223,193,34); }
div.DivClassName
{
background-color: #DFC122;
}
.BgClassName
{
background-color: #DFC122;
}
</style>
border-color css
<style>
span { border-color: #DFC122; }
span { border-color: rgb(223,193,34); }
td.TdClassName
{
border-color: #DFC122;
}
.TagClassName
{
border-color: #DFC122;
}
</style>