Shades of Sunflower #DFC51C
Tints of Sunflower #DFC51C
RGB
CMYK
RGB Variations
Color information
#DFC51C (or 0xDFC51C) is known color: Sunflower. HEX triplet: DF, C5 and 1C. RGB value is (223,197,28). Sum of RGB (Red+Green+Blue) = 223+197+28=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC51C is #203AE3. Grayscale: #BABABA. Windows color (decimal): -2112228 or 1885663. OLE color: 1885663.
HSL color Cylindrical-coordinate representation of color #DFC51C: hue angle of 52º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFC51C is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 28 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.13 |
| HSL | 52º | 0.78% | 0.49% | - |
| HSV(B) | 52º | 0.87% | 0.87% | - |
| XYZ | 50.61 | 55.7 | 9.18 | - |
| YUV | 185.51 | 39.11 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 28 | 0 | 0.12 | 0.87 | 0.13 | 52 | 0.78 | 0.49 |
| Hex | DF | C5 | 1C | 0 | C | 57 | D | 34 | 4E | 31 |
| Octal | 337 | 305 | 34 | 0 | 14 | 127 | 15 | 64 | 116 | 61 |
| Binary | 11011111 | 11000101 | 11100 | 0 | 1100 | 1010111 | 1101 | 110100 | 1001110 | 110001 |
Color Harmonies of #DFC51C
Complementary color
Monochromatic Colors of #DFC51C
Black with #DFC51C
Text Example
Text Example
White with #DFC51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC51C; }
p { color: rgb(223,197,28); }
H1.HeaderClassName
{
color: #DFC51C;
}
.AnyTagClassName
{
color: #DFC51C;
}
</style>
background-color css
<style>
a { background-color: #DFC51C; }
a { background-color: rgb(223,197,28); }
div.DivClassName
{
background-color: #DFC51C;
}
.BgClassName
{
background-color: #DFC51C;
}
</style>
border-color css
<style>
span { border-color: #DFC51C; }
span { border-color: rgb(223,197,28); }
td.TdClassName
{
border-color: #DFC51C;
}
.TagClassName
{
border-color: #DFC51C;
}
</style>