Shades of Sunflower #DFC503
Tints of Sunflower #DFC503
RGB
CMYK
RGB Variations
Color information
#DFC503 (or 0xDFC503) is known color: Sunflower. HEX triplet: DF, C5 and 03. RGB value is (223,197,3). Sum of RGB (Red+Green+Blue) = 223+197+3=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC503 is #203AFC. Grayscale: #B7B7B7. Windows color (decimal): -2112253 or 247263. OLE color: 247263.
HSL color Cylindrical-coordinate representation of color #DFC503: hue angle of 52.91º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DFC503 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 3 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.13 |
| HSL | 52.91º | 0.97% | 0.44% | - |
| HSV(B) | 52.91º | 0.99% | 0.87% | - |
| XYZ | 50.41 | 55.63 | 8.17 | - |
| YUV | 182.66 | 26.61 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 3 | 0 | 0.12 | 0.99 | 0.13 | 52.91 | 0.97 | 0.44 |
| Hex | DF | C5 | 3 | 0 | C | 63 | D | 35 | 61 | 2C |
| Octal | 337 | 305 | 3 | 0 | 14 | 143 | 15 | 65 | 141 | 54 |
| Binary | 11011111 | 11000101 | 11 | 0 | 1100 | 1100011 | 1101 | 110101 | 1100001 | 101100 |
Color Harmonies of #DFC503
Complementary color
Monochromatic Colors of #DFC503
Black with #DFC503
Text Example
Text Example
White with #DFC503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC503; }
p { color: rgb(223,197,3); }
H1.HeaderClassName
{
color: #DFC503;
}
.AnyTagClassName
{
color: #DFC503;
}
</style>
background-color css
<style>
a { background-color: #DFC503; }
a { background-color: rgb(223,197,3); }
div.DivClassName
{
background-color: #DFC503;
}
.BgClassName
{
background-color: #DFC503;
}
</style>
border-color css
<style>
span { border-color: #DFC503; }
span { border-color: rgb(223,197,3); }
td.TdClassName
{
border-color: #DFC503;
}
.TagClassName
{
border-color: #DFC503;
}
</style>