Shades of Sunflower #DFC712
Tints of Sunflower #DFC712
RGB
CMYK
RGB Variations
Color information
#DFC712 (or 0xDFC712) is known color: Sunflower. HEX triplet: DF, C7 and 12. RGB value is (223,199,18). Sum of RGB (Red+Green+Blue) = 223+199+18=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC712 is #2038ED. Grayscale: #BABABA. Windows color (decimal): -2111726 or 1230815. OLE color: 1230815.
HSL color Cylindrical-coordinate representation of color #DFC712: hue angle of 52.98º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFC712 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 18 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.13 |
| HSL | 52.98º | 0.85% | 0.47% | - |
| HSV(B) | 52.98º | 0.92% | 0.87% | - |
| XYZ | 50.96 | 56.58 | 8.81 | - |
| YUV | 185.54 | 33.45 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 18 | 0 | 0.11 | 0.92 | 0.13 | 52.98 | 0.85 | 0.47 |
| Hex | DF | C7 | 12 | 0 | B | 5C | D | 35 | 55 | 2F |
| Octal | 337 | 307 | 22 | 0 | 13 | 134 | 15 | 65 | 125 | 57 |
| Binary | 11011111 | 11000111 | 10010 | 0 | 1011 | 1011100 | 1101 | 110101 | 1010101 | 101111 |
Color Harmonies of #DFC712
Complementary color
Monochromatic Colors of #DFC712
Black with #DFC712
Text Example
Text Example
White with #DFC712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC712; }
p { color: rgb(223,199,18); }
H1.HeaderClassName
{
color: #DFC712;
}
.AnyTagClassName
{
color: #DFC712;
}
</style>
background-color css
<style>
a { background-color: #DFC712; }
a { background-color: rgb(223,199,18); }
div.DivClassName
{
background-color: #DFC712;
}
.BgClassName
{
background-color: #DFC712;
}
</style>
border-color css
<style>
span { border-color: #DFC712; }
span { border-color: rgb(223,199,18); }
td.TdClassName
{
border-color: #DFC712;
}
.TagClassName
{
border-color: #DFC712;
}
</style>