Shades of Sunflower #DFC61D
Tints of Sunflower #DFC61D
RGB
CMYK
RGB Variations
Color information
#DFC61D (or 0xDFC61D) is known color: Sunflower. HEX triplet: DF, C6 and 1D. RGB value is (223,198,29). Sum of RGB (Red+Green+Blue) = 223+198+29=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 29 (11.72% from 255 or 6.44% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC61D is #2039E2. Grayscale: #BABABA. Windows color (decimal): -2111971 or 1951455. OLE color: 1951455.
HSL color Cylindrical-coordinate representation of color #DFC61D: hue angle of 52.27º degrees, saturation: 0.77, 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 #DFC61D is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 29 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.13 |
| HSL | 52.27º | 0.77% | 0.49% | - |
| HSV(B) | 52.27º | 0.87% | 0.87% | - |
| XYZ | 50.85 | 56.16 | 9.32 | - |
| YUV | 186.21 | 39.28 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 29 | 0 | 0.11 | 0.87 | 0.13 | 52.27 | 0.77 | 0.49 |
| Hex | DF | C6 | 1D | 0 | B | 57 | D | 34 | 4D | 31 |
| Octal | 337 | 306 | 35 | 0 | 13 | 127 | 15 | 64 | 115 | 61 |
| Binary | 11011111 | 11000110 | 11101 | 0 | 1011 | 1010111 | 1101 | 110100 | 1001101 | 110001 |
Color Harmonies of #DFC61D
Complementary color
Monochromatic Colors of #DFC61D
Black with #DFC61D
Text Example
Text Example
White with #DFC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC61D; }
p { color: rgb(223,198,29); }
H1.HeaderClassName
{
color: #DFC61D;
}
.AnyTagClassName
{
color: #DFC61D;
}
</style>
background-color css
<style>
a { background-color: #DFC61D; }
a { background-color: rgb(223,198,29); }
div.DivClassName
{
background-color: #DFC61D;
}
.BgClassName
{
background-color: #DFC61D;
}
</style>
border-color css
<style>
span { border-color: #DFC61D; }
span { border-color: rgb(223,198,29); }
td.TdClassName
{
border-color: #DFC61D;
}
.TagClassName
{
border-color: #DFC61D;
}
</style>