Shades of Sunflower #DFB815
Tints of Sunflower #DFB815
RGB
CMYK
RGB Variations
Color information
#DFB815 (or 0xDFB815) is known color: Sunflower. HEX triplet: DF, B8 and 15. RGB value is (223,184,21). Sum of RGB (Red+Green+Blue) = 223+184+21=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB815 is #2047EA. Grayscale: #B1B1B1. Windows color (decimal): -2115563 or 1423583. OLE color: 1423583.
HSL color Cylindrical-coordinate representation of color #DFB815: hue angle of 48.42º degrees, saturation: 0.83, 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 #DFB815 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 21 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.13 |
| HSL | 48.42º | 0.83% | 0.48% | - |
| HSV(B) | 48.42º | 0.91% | 0.87% | - |
| XYZ | 47.71 | 50.02 | 7.85 | - |
| YUV | 177.08 | 39.92 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 21 | 0 | 0.17 | 0.91 | 0.13 | 48.42 | 0.83 | 0.48 |
| Hex | DF | B8 | 15 | 0 | 11 | 5B | D | 30 | 53 | 30 |
| Octal | 337 | 270 | 25 | 0 | 21 | 133 | 15 | 60 | 123 | 60 |
| Binary | 11011111 | 10111000 | 10101 | 0 | 10001 | 1011011 | 1101 | 110000 | 1010011 | 110000 |
Color Harmonies of #DFB815
Complementary color
Monochromatic Colors of #DFB815
Black with #DFB815
Text Example
Text Example
White with #DFB815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB815; }
p { color: rgb(223,184,21); }
H1.HeaderClassName
{
color: #DFB815;
}
.AnyTagClassName
{
color: #DFB815;
}
</style>
background-color css
<style>
a { background-color: #DFB815; }
a { background-color: rgb(223,184,21); }
div.DivClassName
{
background-color: #DFB815;
}
.BgClassName
{
background-color: #DFB815;
}
</style>
border-color css
<style>
span { border-color: #DFB815; }
span { border-color: rgb(223,184,21); }
td.TdClassName
{
border-color: #DFB815;
}
.TagClassName
{
border-color: #DFB815;
}
</style>