Shades of Sunflower #DFC61C
Tints of Sunflower #DFC61C
RGB
CMYK
RGB Variations
Color information
#DFC61C (or 0xDFC61C) is known color: Sunflower. HEX triplet: DF, C6 and 1C. RGB value is (223,198,28). Sum of RGB (Red+Green+Blue) = 223+198+28=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC61C is #2039E3. Grayscale: #BABABA. Windows color (decimal): -2111972 or 1885919. OLE color: 1885919.
HSL color Cylindrical-coordinate representation of color #DFC61C: hue angle of 52.31º 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 #DFC61C is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 28 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.13 |
| HSL | 52.31º | 0.78% | 0.49% | - |
| HSV(B) | 52.31º | 0.87% | 0.87% | - |
| XYZ | 50.84 | 56.16 | 9.26 | - |
| YUV | 186.1 | 38.78 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 28 | 0 | 0.11 | 0.87 | 0.13 | 52.31 | 0.78 | 0.49 |
| Hex | DF | C6 | 1C | 0 | B | 57 | D | 34 | 4E | 31 |
| Octal | 337 | 306 | 34 | 0 | 13 | 127 | 15 | 64 | 116 | 61 |
| Binary | 11011111 | 11000110 | 11100 | 0 | 1011 | 1010111 | 1101 | 110100 | 1001110 | 110001 |
Color Harmonies of #DFC61C
Complementary color
Monochromatic Colors of #DFC61C
Black with #DFC61C
Text Example
Text Example
White with #DFC61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC61C; }
p { color: rgb(223,198,28); }
H1.HeaderClassName
{
color: #DFC61C;
}
.AnyTagClassName
{
color: #DFC61C;
}
</style>
background-color css
<style>
a { background-color: #DFC61C; }
a { background-color: rgb(223,198,28); }
div.DivClassName
{
background-color: #DFC61C;
}
.BgClassName
{
background-color: #DFC61C;
}
</style>
border-color css
<style>
span { border-color: #DFC61C; }
span { border-color: rgb(223,198,28); }
td.TdClassName
{
border-color: #DFC61C;
}
.TagClassName
{
border-color: #DFC61C;
}
</style>