Shades of Sunflower #DFC21F
Tints of Sunflower #DFC21F
RGB
CMYK
RGB Variations
Color information
#DFC21F (or 0xDFC21F) is known color: Sunflower. HEX triplet: DF, C2 and 1F. RGB value is (223,194,31). Sum of RGB (Red+Green+Blue) = 223+194+31=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 31 (12.5% from 255 or 6.92% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC21F is #203DE0. Grayscale: #B8B8B8. Windows color (decimal): -2112993 or 2081503. OLE color: 2081503.
HSL color Cylindrical-coordinate representation of color #DFC21F: hue angle of 50.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFC21F is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 31 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.13 |
| HSL | 50.94º | 0.76% | 0.5% | - |
| HSV(B) | 50.94º | 0.86% | 0.87% | - |
| XYZ | 49.97 | 54.37 | 9.16 | - |
| YUV | 184.09 | 41.61 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 31 | 0 | 0.13 | 0.86 | 0.13 | 50.94 | 0.76 | 0.5 |
| Hex | DF | C2 | 1F | 0 | D | 56 | D | 33 | 4C | 32 |
| Octal | 337 | 302 | 37 | 0 | 15 | 126 | 15 | 63 | 114 | 62 |
| Binary | 11011111 | 11000010 | 11111 | 0 | 1101 | 1010110 | 1101 | 110011 | 1001100 | 110010 |
Color Harmonies of #DFC21F
Complementary color
Monochromatic Colors of #DFC21F
Black with #DFC21F
Text Example
Text Example
White with #DFC21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC21F; }
p { color: rgb(223,194,31); }
H1.HeaderClassName
{
color: #DFC21F;
}
.AnyTagClassName
{
color: #DFC21F;
}
</style>
background-color css
<style>
a { background-color: #DFC21F; }
a { background-color: rgb(223,194,31); }
div.DivClassName
{
background-color: #DFC21F;
}
.BgClassName
{
background-color: #DFC21F;
}
</style>
border-color css
<style>
span { border-color: #DFC21F; }
span { border-color: rgb(223,194,31); }
td.TdClassName
{
border-color: #DFC21F;
}
.TagClassName
{
border-color: #DFC21F;
}
</style>