Shades of Sunflower #DFC502
Tints of Sunflower #DFC502
RGB
CMYK
RGB Variations
Color information
#DFC502 (or 0xDFC502) is known color: Sunflower. HEX triplet: DF, C5 and 02. RGB value is (223,197,2). Sum of RGB (Red+Green+Blue) = 223+197+2=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC502 is #203AFD. Grayscale: #B7B7B7. Windows color (decimal): -2112254 or 181727. OLE color: 181727.
HSL color Cylindrical-coordinate representation of color #DFC502: hue angle of 52.94º degrees, saturation: 0.98, 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 #DFC502 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.13 |
| HSL | 52.94º | 0.98% | 0.44% | - |
| HSV(B) | 52.94º | 0.99% | 0.87% | - |
| XYZ | 50.41 | 55.62 | 8.14 | - |
| YUV | 182.54 | 26.11 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 2 | 0 | 0.12 | 0.99 | 0.13 | 52.94 | 0.98 | 0.44 |
| Hex | DF | C5 | 2 | 0 | C | 63 | D | 35 | 62 | 2C |
| Octal | 337 | 305 | 2 | 0 | 14 | 143 | 15 | 65 | 142 | 54 |
| Binary | 11011111 | 11000101 | 10 | 0 | 1100 | 1100011 | 1101 | 110101 | 1100010 | 101100 |
Color Harmonies of #DFC502
Complementary color
Monochromatic Colors of #DFC502
Black with #DFC502
Text Example
Text Example
White with #DFC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC502; }
p { color: rgb(223,197,2); }
H1.HeaderClassName
{
color: #DFC502;
}
.AnyTagClassName
{
color: #DFC502;
}
</style>
background-color css
<style>
a { background-color: #DFC502; }
a { background-color: rgb(223,197,2); }
div.DivClassName
{
background-color: #DFC502;
}
.BgClassName
{
background-color: #DFC502;
}
</style>
border-color css
<style>
span { border-color: #DFC502; }
span { border-color: rgb(223,197,2); }
td.TdClassName
{
border-color: #DFC502;
}
.TagClassName
{
border-color: #DFC502;
}
</style>