Shades of Sunflower #DFC128
Tints of Sunflower #DFC128
RGB
CMYK
RGB Variations
Color information
#DFC128 (or 0xDFC128) is known color: Sunflower. HEX triplet: DF, C1 and 28. RGB value is (223,193,40). Sum of RGB (Red+Green+Blue) = 223+193+40=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC128 is #203ED7. Grayscale: #B9B9B9. Windows color (decimal): -2113240 or 2671071. OLE color: 2671071.
HSL color Cylindrical-coordinate representation of color #DFC128: hue angle of 50.16º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFC128 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 40 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.13 |
| HSL | 50.16º | 0.74% | 0.52% | - |
| HSV(B) | 50.16º | 0.82% | 0.87% | - |
| XYZ | 49.88 | 53.98 | 9.8 | - |
| YUV | 184.53 | 46.44 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 40 | 0 | 0.13 | 0.82 | 0.13 | 50.16 | 0.74 | 0.52 |
| Hex | DF | C1 | 28 | 0 | D | 52 | D | 32 | 4A | 34 |
| Octal | 337 | 301 | 50 | 0 | 15 | 122 | 15 | 62 | 112 | 64 |
| Binary | 11011111 | 11000001 | 101000 | 0 | 1101 | 1010010 | 1101 | 110010 | 1001010 | 110100 |
Color Harmonies of #DFC128
Complementary color
Monochromatic Colors of #DFC128
Black with #DFC128
Text Example
Text Example
White with #DFC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC128; }
p { color: rgb(223,193,40); }
H1.HeaderClassName
{
color: #DFC128;
}
.AnyTagClassName
{
color: #DFC128;
}
</style>
background-color css
<style>
a { background-color: #DFC128; }
a { background-color: rgb(223,193,40); }
div.DivClassName
{
background-color: #DFC128;
}
.BgClassName
{
background-color: #DFC128;
}
</style>
border-color css
<style>
span { border-color: #DFC128; }
span { border-color: rgb(223,193,40); }
td.TdClassName
{
border-color: #DFC128;
}
.TagClassName
{
border-color: #DFC128;
}
</style>