Shades of Sunflower #DFB214
Tints of Sunflower #DFB214
RGB
CMYK
RGB Variations
Color information
#DFB214 (or 0xDFB214) is known color: Sunflower. HEX triplet: DF, B2 and 14. RGB value is (223,178,20). Sum of RGB (Red+Green+Blue) = 223+178+20=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB214 is #204DEB. Grayscale: #AEAEAE. Windows color (decimal): -2117100 or 1356511. OLE color: 1356511.
HSL color Cylindrical-coordinate representation of color #DFB214: hue angle of 46.7º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFB214 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 20 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.13 |
| HSL | 46.7º | 0.84% | 0.48% | - |
| HSV(B) | 46.7º | 0.91% | 0.87% | - |
| XYZ | 46.48 | 47.58 | 7.4 | - |
| YUV | 173.44 | 41.41 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 20 | 0 | 0.20 | 0.91 | 0.13 | 46.7 | 0.84 | 0.48 |
| Hex | DF | B2 | 14 | 0 | 14 | 5B | D | 2F | 54 | 30 |
| Octal | 337 | 262 | 24 | 0 | 24 | 133 | 15 | 57 | 124 | 60 |
| Binary | 11011111 | 10110010 | 10100 | 0 | 10100 | 1011011 | 1101 | 101111 | 1010100 | 110000 |
Color Harmonies of #DFB214
Complementary color
Monochromatic Colors of #DFB214
Black with #DFB214
Text Example
Text Example
White with #DFB214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB214; }
p { color: rgb(223,178,20); }
H1.HeaderClassName
{
color: #DFB214;
}
.AnyTagClassName
{
color: #DFB214;
}
</style>
background-color css
<style>
a { background-color: #DFB214; }
a { background-color: rgb(223,178,20); }
div.DivClassName
{
background-color: #DFB214;
}
.BgClassName
{
background-color: #DFB214;
}
</style>
border-color css
<style>
span { border-color: #DFB214; }
span { border-color: rgb(223,178,20); }
td.TdClassName
{
border-color: #DFB214;
}
.TagClassName
{
border-color: #DFB214;
}
</style>