Shades of Sunflower #DFD70C
Tints of Sunflower #DFD70C
RGB
CMYK
RGB Variations
Color information
#DFD70C (or 0xDFD70C) is known color: Sunflower. HEX triplet: DF, D7 and 0C. RGB value is (223,215,12). Sum of RGB (Red+Green+Blue) = 223+215+12=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD70C is #2028F3. Grayscale: #C3C3C3. Windows color (decimal): -2107636 or 841695. OLE color: 841695.
HSL color Cylindrical-coordinate representation of color #DFD70C: hue angle of 57.73º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFD70C is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 12 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.13 |
| HSL | 57.73º | 0.9% | 0.46% | - |
| HSV(B) | 57.73º | 0.95% | 0.87% | - |
| XYZ | 54.8 | 64.32 | 9.87 | - |
| YUV | 194.25 | 25.15 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 12 | 0 | 0.04 | 0.95 | 0.13 | 57.73 | 0.9 | 0.46 |
| Hex | DF | D7 | C | 0 | 4 | 5F | D | 3A | 5A | 2E |
| Octal | 337 | 327 | 14 | 0 | 4 | 137 | 15 | 72 | 132 | 56 |
| Binary | 11011111 | 11010111 | 1100 | 0 | 100 | 1011111 | 1101 | 111010 | 1011010 | 101110 |
Color Harmonies of #DFD70C
Complementary color
Monochromatic Colors of #DFD70C
Black with #DFD70C
Text Example
Text Example
White with #DFD70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD70C; }
p { color: rgb(223,215,12); }
H1.HeaderClassName
{
color: #DFD70C;
}
.AnyTagClassName
{
color: #DFD70C;
}
</style>
background-color css
<style>
a { background-color: #DFD70C; }
a { background-color: rgb(223,215,12); }
div.DivClassName
{
background-color: #DFD70C;
}
.BgClassName
{
background-color: #DFD70C;
}
</style>
border-color css
<style>
span { border-color: #DFD70C; }
span { border-color: rgb(223,215,12); }
td.TdClassName
{
border-color: #DFD70C;
}
.TagClassName
{
border-color: #DFD70C;
}
</style>