Shades of Sunflower #DFC202
Tints of Sunflower #DFC202
RGB
CMYK
RGB Variations
Color information
#DFC202 (or 0xDFC202) is known color: Sunflower. HEX triplet: DF, C2 and 02. RGB value is (223,194,2). Sum of RGB (Red+Green+Blue) = 223+194+2=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC202 is #203DFD. Grayscale: #B5B5B5. Windows color (decimal): -2113022 or 180959. OLE color: 180959.
HSL color Cylindrical-coordinate representation of color #DFC202: hue angle of 52.13º 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 #DFC202 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.13 |
| HSL | 52.13º | 0.98% | 0.44% | - |
| HSV(B) | 52.13º | 0.99% | 0.87% | - |
| XYZ | 49.73 | 54.28 | 7.91 | - |
| YUV | 180.78 | 27.11 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 2 | 0 | 0.13 | 0.99 | 0.13 | 52.13 | 0.98 | 0.44 |
| Hex | DF | C2 | 2 | 0 | D | 63 | D | 34 | 62 | 2C |
| Octal | 337 | 302 | 2 | 0 | 15 | 143 | 15 | 64 | 142 | 54 |
| Binary | 11011111 | 11000010 | 10 | 0 | 1101 | 1100011 | 1101 | 110100 | 1100010 | 101100 |
Color Harmonies of #DFC202
Complementary color
Monochromatic Colors of #DFC202
Black with #DFC202
Text Example
Text Example
White with #DFC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC202; }
p { color: rgb(223,194,2); }
H1.HeaderClassName
{
color: #DFC202;
}
.AnyTagClassName
{
color: #DFC202;
}
</style>
background-color css
<style>
a { background-color: #DFC202; }
a { background-color: rgb(223,194,2); }
div.DivClassName
{
background-color: #DFC202;
}
.BgClassName
{
background-color: #DFC202;
}
</style>
border-color css
<style>
span { border-color: #DFC202; }
span { border-color: rgb(223,194,2); }
td.TdClassName
{
border-color: #DFC202;
}
.TagClassName
{
border-color: #DFC202;
}
</style>