Shades of Sunflower #DFC812
Tints of Sunflower #DFC812
RGB
CMYK
RGB Variations
Color information
#DFC812 (or 0xDFC812) is known color: Sunflower. HEX triplet: DF, C8 and 12. RGB value is (223,200,18). Sum of RGB (Red+Green+Blue) = 223+200+18=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC812 is #2037ED. Grayscale: #BABABA. Windows color (decimal): -2111470 or 1231071. OLE color: 1231071.
HSL color Cylindrical-coordinate representation of color #DFC812: hue angle of 53.27º 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 #DFC812 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 18 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.13 |
| HSL | 53.27º | 0.85% | 0.47% | - |
| HSV(B) | 53.27º | 0.92% | 0.87% | - |
| XYZ | 51.19 | 57.04 | 8.88 | - |
| YUV | 186.13 | 33.12 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 18 | 0 | 0.10 | 0.92 | 0.13 | 53.27 | 0.85 | 0.47 |
| Hex | DF | C8 | 12 | 0 | A | 5C | D | 35 | 55 | 2F |
| Octal | 337 | 310 | 22 | 0 | 12 | 134 | 15 | 65 | 125 | 57 |
| Binary | 11011111 | 11001000 | 10010 | 0 | 1010 | 1011100 | 1101 | 110101 | 1010101 | 101111 |
Color Harmonies of #DFC812
Complementary color
Monochromatic Colors of #DFC812
Black with #DFC812
Text Example
Text Example
White with #DFC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC812; }
p { color: rgb(223,200,18); }
H1.HeaderClassName
{
color: #DFC812;
}
.AnyTagClassName
{
color: #DFC812;
}
</style>
background-color css
<style>
a { background-color: #DFC812; }
a { background-color: rgb(223,200,18); }
div.DivClassName
{
background-color: #DFC812;
}
.BgClassName
{
background-color: #DFC812;
}
</style>
border-color css
<style>
span { border-color: #DFC812; }
span { border-color: rgb(223,200,18); }
td.TdClassName
{
border-color: #DFC812;
}
.TagClassName
{
border-color: #DFC812;
}
</style>