Shades of Sunflower #DFC21B
Tints of Sunflower #DFC21B
RGB
CMYK
RGB Variations
Color information
#DFC21B (or 0xDFC21B) is known color: Sunflower. HEX triplet: DF, C2 and 1B. RGB value is (223,194,27). Sum of RGB (Red+Green+Blue) = 223+194+27=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 27 (10.94% from 255 or 6.08% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC21B is #203DE4. Grayscale: #B8B8B8. Windows color (decimal): -2112997 or 1819359. OLE color: 1819359.
HSL color Cylindrical-coordinate representation of color #DFC21B: hue angle of 51.12º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFC21B is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 27 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.13 |
| HSL | 51.12º | 0.78% | 0.49% | - |
| HSV(B) | 51.12º | 0.88% | 0.87% | - |
| XYZ | 49.92 | 54.35 | 8.9 | - |
| YUV | 183.63 | 39.61 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 27 | 0 | 0.13 | 0.88 | 0.13 | 51.12 | 0.78 | 0.49 |
| Hex | DF | C2 | 1B | 0 | D | 58 | D | 33 | 4E | 31 |
| Octal | 337 | 302 | 33 | 0 | 15 | 130 | 15 | 63 | 116 | 61 |
| Binary | 11011111 | 11000010 | 11011 | 0 | 1101 | 1011000 | 1101 | 110011 | 1001110 | 110001 |
Color Harmonies of #DFC21B
Complementary color
Monochromatic Colors of #DFC21B
Black with #DFC21B
Text Example
Text Example
White with #DFC21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC21B; }
p { color: rgb(223,194,27); }
H1.HeaderClassName
{
color: #DFC21B;
}
.AnyTagClassName
{
color: #DFC21B;
}
</style>
background-color css
<style>
a { background-color: #DFC21B; }
a { background-color: rgb(223,194,27); }
div.DivClassName
{
background-color: #DFC21B;
}
.BgClassName
{
background-color: #DFC21B;
}
</style>
border-color css
<style>
span { border-color: #DFC21B; }
span { border-color: rgb(223,194,27); }
td.TdClassName
{
border-color: #DFC21B;
}
.TagClassName
{
border-color: #DFC21B;
}
</style>