Shades of Sunflower #DFC21C
Tints of Sunflower #DFC21C
RGB
CMYK
RGB Variations
Color information
#DFC21C (or 0xDFC21C) is known color: Sunflower. HEX triplet: DF, C2 and 1C. RGB value is (223,194,28). Sum of RGB (Red+Green+Blue) = 223+194+28=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC21C is #203DE3. Grayscale: #B8B8B8. Windows color (decimal): -2112996 or 1884895. OLE color: 1884895.
HSL color Cylindrical-coordinate representation of color #DFC21C: hue angle of 51.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFC21C is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 28 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.13 |
| HSL | 51.08º | 0.78% | 0.49% | - |
| HSV(B) | 51.08º | 0.87% | 0.87% | - |
| XYZ | 49.93 | 54.36 | 8.96 | - |
| YUV | 183.75 | 40.11 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 28 | 0 | 0.13 | 0.87 | 0.13 | 51.08 | 0.78 | 0.49 |
| Hex | DF | C2 | 1C | 0 | D | 57 | D | 33 | 4E | 31 |
| Octal | 337 | 302 | 34 | 0 | 15 | 127 | 15 | 63 | 116 | 61 |
| Binary | 11011111 | 11000010 | 11100 | 0 | 1101 | 1010111 | 1101 | 110011 | 1001110 | 110001 |
Color Harmonies of #DFC21C
Complementary color
Monochromatic Colors of #DFC21C
Black with #DFC21C
Text Example
Text Example
White with #DFC21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC21C; }
p { color: rgb(223,194,28); }
H1.HeaderClassName
{
color: #DFC21C;
}
.AnyTagClassName
{
color: #DFC21C;
}
</style>
background-color css
<style>
a { background-color: #DFC21C; }
a { background-color: rgb(223,194,28); }
div.DivClassName
{
background-color: #DFC21C;
}
.BgClassName
{
background-color: #DFC21C;
}
</style>
border-color css
<style>
span { border-color: #DFC21C; }
span { border-color: rgb(223,194,28); }
td.TdClassName
{
border-color: #DFC21C;
}
.TagClassName
{
border-color: #DFC21C;
}
</style>