Shades of Sunflower #DFD00C
Tints of Sunflower #DFD00C
RGB
CMYK
RGB Variations
Color information
#DFD00C (or 0xDFD00C) is known color: Sunflower. HEX triplet: DF, D0 and 0C. RGB value is (223,208,12). Sum of RGB (Red+Green+Blue) = 223+208+12=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD00C is #202FF3. Grayscale: #BEBEBE. Windows color (decimal): -2109428 or 839903. OLE color: 839903.
HSL color Cylindrical-coordinate representation of color #DFD00C: hue angle of 55.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 #DFD00C is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 12 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.13 |
| HSL | 55.73º | 0.9% | 0.46% | - |
| HSV(B) | 55.73º | 0.95% | 0.87% | - |
| XYZ | 53.05 | 60.83 | 9.29 | - |
| YUV | 190.14 | 27.47 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 12 | 0 | 0.07 | 0.95 | 0.13 | 55.73 | 0.9 | 0.46 |
| Hex | DF | D0 | C | 0 | 7 | 5F | D | 38 | 5A | 2E |
| Octal | 337 | 320 | 14 | 0 | 7 | 137 | 15 | 70 | 132 | 56 |
| Binary | 11011111 | 11010000 | 1100 | 0 | 111 | 1011111 | 1101 | 111000 | 1011010 | 101110 |
Color Harmonies of #DFD00C
Complementary color
Monochromatic Colors of #DFD00C
Black with #DFD00C
Text Example
Text Example
White with #DFD00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD00C; }
p { color: rgb(223,208,12); }
H1.HeaderClassName
{
color: #DFD00C;
}
.AnyTagClassName
{
color: #DFD00C;
}
</style>
background-color css
<style>
a { background-color: #DFD00C; }
a { background-color: rgb(223,208,12); }
div.DivClassName
{
background-color: #DFD00C;
}
.BgClassName
{
background-color: #DFD00C;
}
</style>
border-color css
<style>
span { border-color: #DFD00C; }
span { border-color: rgb(223,208,12); }
td.TdClassName
{
border-color: #DFD00C;
}
.TagClassName
{
border-color: #DFD00C;
}
</style>