Shades of Sunflower #DFC023
Tints of Sunflower #DFC023
RGB
CMYK
RGB Variations
Color information
#DFC023 (or 0xDFC023) is known color: Sunflower. HEX triplet: DF, C0 and 23. RGB value is (223,192,35). Sum of RGB (Red+Green+Blue) = 223+192+35=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 35 (14.06% from 255 or 7.78% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC023 is #203FDC. Grayscale: #B8B8B8. Windows color (decimal): -2113501 or 2343135. OLE color: 2343135.
HSL color Cylindrical-coordinate representation of color #DFC023: hue angle of 50.11º 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 #DFC023 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 35 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.13 |
| HSL | 50.11º | 0.75% | 0.51% | - |
| HSV(B) | 50.11º | 0.84% | 0.87% | - |
| XYZ | 49.58 | 53.51 | 9.3 | - |
| YUV | 183.37 | 44.27 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 35 | 0 | 0.14 | 0.84 | 0.13 | 50.11 | 0.75 | 0.51 |
| Hex | DF | C0 | 23 | 0 | E | 54 | D | 32 | 4B | 33 |
| Octal | 337 | 300 | 43 | 0 | 16 | 124 | 15 | 62 | 113 | 63 |
| Binary | 11011111 | 11000000 | 100011 | 0 | 1110 | 1010100 | 1101 | 110010 | 1001011 | 110011 |
Color Harmonies of #DFC023
Complementary color
Monochromatic Colors of #DFC023
Black with #DFC023
Text Example
Text Example
White with #DFC023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC023; }
p { color: rgb(223,192,35); }
H1.HeaderClassName
{
color: #DFC023;
}
.AnyTagClassName
{
color: #DFC023;
}
</style>
background-color css
<style>
a { background-color: #DFC023; }
a { background-color: rgb(223,192,35); }
div.DivClassName
{
background-color: #DFC023;
}
.BgClassName
{
background-color: #DFC023;
}
</style>
border-color css
<style>
span { border-color: #DFC023; }
span { border-color: rgb(223,192,35); }
td.TdClassName
{
border-color: #DFC023;
}
.TagClassName
{
border-color: #DFC023;
}
</style>