Shades of Sunflower #DFC912
Tints of Sunflower #DFC912
RGB
CMYK
RGB Variations
Color information
#DFC912 (or 0xDFC912) is known color: Sunflower. HEX triplet: DF, C9 and 12. RGB value is (223,201,18). Sum of RGB (Red+Green+Blue) = 223+201+18=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC912 is #2036ED. Grayscale: #BBBBBB. Windows color (decimal): -2111214 or 1231327. OLE color: 1231327.
HSL color Cylindrical-coordinate representation of color #DFC912: hue angle of 53.56º 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 #DFC912 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 18 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.13 |
| HSL | 53.56º | 0.85% | 0.47% | - |
| HSV(B) | 53.56º | 0.92% | 0.87% | - |
| XYZ | 51.43 | 57.5 | 8.96 | - |
| YUV | 186.72 | 32.79 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 18 | 0 | 0.10 | 0.92 | 0.13 | 53.56 | 0.85 | 0.47 |
| Hex | DF | C9 | 12 | 0 | A | 5C | D | 36 | 55 | 2F |
| Octal | 337 | 311 | 22 | 0 | 12 | 134 | 15 | 66 | 125 | 57 |
| Binary | 11011111 | 11001001 | 10010 | 0 | 1010 | 1011100 | 1101 | 110110 | 1010101 | 101111 |
Color Harmonies of #DFC912
Complementary color
Monochromatic Colors of #DFC912
Black with #DFC912
Text Example
Text Example
White with #DFC912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC912; }
p { color: rgb(223,201,18); }
H1.HeaderClassName
{
color: #DFC912;
}
.AnyTagClassName
{
color: #DFC912;
}
</style>
background-color css
<style>
a { background-color: #DFC912; }
a { background-color: rgb(223,201,18); }
div.DivClassName
{
background-color: #DFC912;
}
.BgClassName
{
background-color: #DFC912;
}
</style>
border-color css
<style>
span { border-color: #DFC912; }
span { border-color: rgb(223,201,18); }
td.TdClassName
{
border-color: #DFC912;
}
.TagClassName
{
border-color: #DFC912;
}
</style>