Shades of Sunflower #DFC126
Tints of Sunflower #DFC126
RGB
CMYK
RGB Variations
Color information
#DFC126 (or 0xDFC126) is known color: Sunflower. HEX triplet: DF, C1 and 26. RGB value is (223,193,38). Sum of RGB (Red+Green+Blue) = 223+193+38=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 38 (15.23% from 255 or 8.37% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC126 is #203ED9. Grayscale: #B8B8B8. Windows color (decimal): -2113242 or 2539999. OLE color: 2539999.
HSL color Cylindrical-coordinate representation of color #DFC126: hue angle of 50.27º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFC126 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 38 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.13 |
| HSL | 50.27º | 0.74% | 0.51% | - |
| HSV(B) | 50.27º | 0.83% | 0.87% | - |
| XYZ | 49.85 | 53.97 | 9.62 | - |
| YUV | 184.3 | 45.44 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 38 | 0 | 0.13 | 0.83 | 0.13 | 50.27 | 0.74 | 0.51 |
| Hex | DF | C1 | 26 | 0 | D | 53 | D | 32 | 4A | 33 |
| Octal | 337 | 301 | 46 | 0 | 15 | 123 | 15 | 62 | 112 | 63 |
| Binary | 11011111 | 11000001 | 100110 | 0 | 1101 | 1010011 | 1101 | 110010 | 1001010 | 110011 |
Color Harmonies of #DFC126
Complementary color
Monochromatic Colors of #DFC126
Black with #DFC126
Text Example
Text Example
White with #DFC126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC126; }
p { color: rgb(223,193,38); }
H1.HeaderClassName
{
color: #DFC126;
}
.AnyTagClassName
{
color: #DFC126;
}
</style>
background-color css
<style>
a { background-color: #DFC126; }
a { background-color: rgb(223,193,38); }
div.DivClassName
{
background-color: #DFC126;
}
.BgClassName
{
background-color: #DFC126;
}
</style>
border-color css
<style>
span { border-color: #DFC126; }
span { border-color: rgb(223,193,38); }
td.TdClassName
{
border-color: #DFC126;
}
.TagClassName
{
border-color: #DFC126;
}
</style>