Shades of Sunflower #DFC00A
Tints of Sunflower #DFC00A
RGB
CMYK
RGB Variations
Color information
#DFC00A (or 0xDFC00A) is known color: Sunflower. HEX triplet: DF, C0 and 0A. RGB value is (223,192,10). Sum of RGB (Red+Green+Blue) = 223+192+10=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 10 (4.30% from 255 or 2.35% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC00A is #203FF5. Grayscale: #B5B5B5. Windows color (decimal): -2113526 or 704735. OLE color: 704735.
HSL color Cylindrical-coordinate representation of color #DFC00A: hue angle of 51.27º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFC00A is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 10 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.13 |
| HSL | 51.27º | 0.91% | 0.46% | - |
| HSV(B) | 51.27º | 0.96% | 0.87% | - |
| XYZ | 49.34 | 53.41 | 8 | - |
| YUV | 180.52 | 31.77 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 10 | 0 | 0.14 | 0.96 | 0.13 | 51.27 | 0.91 | 0.46 |
| Hex | DF | C0 | A | 0 | E | 60 | D | 33 | 5B | 2E |
| Octal | 337 | 300 | 12 | 0 | 16 | 140 | 15 | 63 | 133 | 56 |
| Binary | 11011111 | 11000000 | 1010 | 0 | 1110 | 1100000 | 1101 | 110011 | 1011011 | 101110 |
Color Harmonies of #DFC00A
Complementary color
Monochromatic Colors of #DFC00A
Black with #DFC00A
Text Example
Text Example
White with #DFC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC00A; }
p { color: rgb(223,192,10); }
H1.HeaderClassName
{
color: #DFC00A;
}
.AnyTagClassName
{
color: #DFC00A;
}
</style>
background-color css
<style>
a { background-color: #DFC00A; }
a { background-color: rgb(223,192,10); }
div.DivClassName
{
background-color: #DFC00A;
}
.BgClassName
{
background-color: #DFC00A;
}
</style>
border-color css
<style>
span { border-color: #DFC00A; }
span { border-color: rgb(223,192,10); }
td.TdClassName
{
border-color: #DFC00A;
}
.TagClassName
{
border-color: #DFC00A;
}
</style>