Shades of Sunflower #DFC307
Tints of Sunflower #DFC307
RGB
CMYK
RGB Variations
Color information
#DFC307 (or 0xDFC307) is known color: Sunflower. HEX triplet: DF, C3 and 07. RGB value is (223,195,7). Sum of RGB (Red+Green+Blue) = 223+195+7=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 7 (3.12% from 255 or 1.65% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC307 is #203CF8. Grayscale: #B6B6B6. Windows color (decimal): -2112761 or 508895. OLE color: 508895.
HSL color Cylindrical-coordinate representation of color #DFC307: hue angle of 52.22º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DFC307 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 7 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.13 |
| HSL | 52.22º | 0.94% | 0.45% | - |
| HSV(B) | 52.22º | 0.97% | 0.87% | - |
| XYZ | 49.98 | 54.73 | 8.13 | - |
| YUV | 181.94 | 29.28 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 7 | 0 | 0.13 | 0.97 | 0.13 | 52.22 | 0.94 | 0.45 |
| Hex | DF | C3 | 7 | 0 | D | 61 | D | 34 | 5E | 2D |
| Octal | 337 | 303 | 7 | 0 | 15 | 141 | 15 | 64 | 136 | 55 |
| Binary | 11011111 | 11000011 | 111 | 0 | 1101 | 1100001 | 1101 | 110100 | 1011110 | 101101 |
Color Harmonies of #DFC307
Complementary color
Monochromatic Colors of #DFC307
Black with #DFC307
Text Example
Text Example
White with #DFC307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC307; }
p { color: rgb(223,195,7); }
H1.HeaderClassName
{
color: #DFC307;
}
.AnyTagClassName
{
color: #DFC307;
}
</style>
background-color css
<style>
a { background-color: #DFC307; }
a { background-color: rgb(223,195,7); }
div.DivClassName
{
background-color: #DFC307;
}
.BgClassName
{
background-color: #DFC307;
}
</style>
border-color css
<style>
span { border-color: #DFC307; }
span { border-color: rgb(223,195,7); }
td.TdClassName
{
border-color: #DFC307;
}
.TagClassName
{
border-color: #DFC307;
}
</style>