Shades of Sunflower #DFC223
Tints of Sunflower #DFC223
RGB
CMYK
RGB Variations
Color information
#DFC223 (or 0xDFC223) is known color: Sunflower. HEX triplet: DF, C2 and 23. RGB value is (223,194,35). Sum of RGB (Red+Green+Blue) = 223+194+35=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 35 (14.06% from 255 or 7.74% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC223 is #203DDC. Grayscale: #B9B9B9. Windows color (decimal): -2112989 or 2343647. OLE color: 2343647.
HSL color Cylindrical-coordinate representation of color #DFC223: hue angle of 50.74º 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 #DFC223 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 35 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.13 |
| HSL | 50.74º | 0.75% | 0.51% | - |
| HSV(B) | 50.74º | 0.84% | 0.87% | - |
| XYZ | 50.03 | 54.39 | 9.45 | - |
| YUV | 184.55 | 43.61 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 35 | 0 | 0.13 | 0.84 | 0.13 | 50.74 | 0.75 | 0.51 |
| Hex | DF | C2 | 23 | 0 | D | 54 | D | 33 | 4B | 33 |
| Octal | 337 | 302 | 43 | 0 | 15 | 124 | 15 | 63 | 113 | 63 |
| Binary | 11011111 | 11000010 | 100011 | 0 | 1101 | 1010100 | 1101 | 110011 | 1001011 | 110011 |
Color Harmonies of #DFC223
Complementary color
Monochromatic Colors of #DFC223
Black with #DFC223
Text Example
Text Example
White with #DFC223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC223; }
p { color: rgb(223,194,35); }
H1.HeaderClassName
{
color: #DFC223;
}
.AnyTagClassName
{
color: #DFC223;
}
</style>
background-color css
<style>
a { background-color: #DFC223; }
a { background-color: rgb(223,194,35); }
div.DivClassName
{
background-color: #DFC223;
}
.BgClassName
{
background-color: #DFC223;
}
</style>
border-color css
<style>
span { border-color: #DFC223; }
span { border-color: rgb(223,194,35); }
td.TdClassName
{
border-color: #DFC223;
}
.TagClassName
{
border-color: #DFC223;
}
</style>