Shades of Sunflower #DFB216
Tints of Sunflower #DFB216
RGB
CMYK
RGB Variations
Color information
#DFB216 (or 0xDFB216) is known color: Sunflower. HEX triplet: DF, B2 and 16. RGB value is (223,178,22). Sum of RGB (Red+Green+Blue) = 223+178+22=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB216 is #204DE9. Grayscale: #AEAEAE. Windows color (decimal): -2117098 or 1487583. OLE color: 1487583.
HSL color Cylindrical-coordinate representation of color #DFB216: hue angle of 46.57º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFB216 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 22 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.13 |
| HSL | 46.57º | 0.82% | 0.48% | - |
| HSV(B) | 46.57º | 0.9% | 0.87% | - |
| XYZ | 46.5 | 47.59 | 7.49 | - |
| YUV | 173.67 | 42.41 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 22 | 0 | 0.20 | 0.90 | 0.13 | 46.57 | 0.82 | 0.48 |
| Hex | DF | B2 | 16 | 0 | 14 | 5A | D | 2F | 52 | 30 |
| Octal | 337 | 262 | 26 | 0 | 24 | 132 | 15 | 57 | 122 | 60 |
| Binary | 11011111 | 10110010 | 10110 | 0 | 10100 | 1011010 | 1101 | 101111 | 1010010 | 110000 |
Color Harmonies of #DFB216
Complementary color
Monochromatic Colors of #DFB216
Black with #DFB216
Text Example
Text Example
White with #DFB216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB216; }
p { color: rgb(223,178,22); }
H1.HeaderClassName
{
color: #DFB216;
}
.AnyTagClassName
{
color: #DFB216;
}
</style>
background-color css
<style>
a { background-color: #DFB216; }
a { background-color: rgb(223,178,22); }
div.DivClassName
{
background-color: #DFB216;
}
.BgClassName
{
background-color: #DFB216;
}
</style>
border-color css
<style>
span { border-color: #DFB216; }
span { border-color: rgb(223,178,22); }
td.TdClassName
{
border-color: #DFB216;
}
.TagClassName
{
border-color: #DFB216;
}
</style>