Shades of Sunflower #DFC224
Tints of Sunflower #DFC224
RGB
CMYK
RGB Variations
Color information
#DFC224 (or 0xDFC224) is known color: Sunflower. HEX triplet: DF, C2 and 24. RGB value is (223,194,36). Sum of RGB (Red+Green+Blue) = 223+194+36=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 36 (14.45% from 255 or 7.95% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC224 is #203DDB. Grayscale: #B9B9B9. Windows color (decimal): -2112988 or 2409183. OLE color: 2409183.
HSL color Cylindrical-coordinate representation of color #DFC224: hue angle of 50.7º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFC224 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 36 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.13 |
| HSL | 50.7º | 0.75% | 0.51% | - |
| HSV(B) | 50.7º | 0.84% | 0.87% | - |
| XYZ | 50.04 | 54.4 | 9.53 | - |
| YUV | 184.66 | 44.11 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 36 | 0 | 0.13 | 0.84 | 0.13 | 50.7 | 0.75 | 0.51 |
| Hex | DF | C2 | 24 | 0 | D | 54 | D | 33 | 4B | 33 |
| Octal | 337 | 302 | 44 | 0 | 15 | 124 | 15 | 63 | 113 | 63 |
| Binary | 11011111 | 11000010 | 100100 | 0 | 1101 | 1010100 | 1101 | 110011 | 1001011 | 110011 |
Color Harmonies of #DFC224
Complementary color
Monochromatic Colors of #DFC224
Black with #DFC224
Text Example
Text Example
White with #DFC224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC224; }
p { color: rgb(223,194,36); }
H1.HeaderClassName
{
color: #DFC224;
}
.AnyTagClassName
{
color: #DFC224;
}
</style>
background-color css
<style>
a { background-color: #DFC224; }
a { background-color: rgb(223,194,36); }
div.DivClassName
{
background-color: #DFC224;
}
.BgClassName
{
background-color: #DFC224;
}
</style>
border-color css
<style>
span { border-color: #DFC224; }
span { border-color: rgb(223,194,36); }
td.TdClassName
{
border-color: #DFC224;
}
.TagClassName
{
border-color: #DFC224;
}
</style>