Shades of Sunflower #DFB81B
Tints of Sunflower #DFB81B
RGB
CMYK
RGB Variations
Color information
#DFB81B (or 0xDFB81B) is known color: Sunflower. HEX triplet: DF, B8 and 1B. RGB value is (223,184,27). Sum of RGB (Red+Green+Blue) = 223+184+27=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 27 (10.94% from 255 or 6.22% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB81B is #2047E4. Grayscale: #B2B2B2. Windows color (decimal): -2115557 or 1816799. OLE color: 1816799.
HSL color Cylindrical-coordinate representation of color #DFB81B: hue angle of 48.06º 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 #DFB81B is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 27 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.13 |
| HSL | 48.06º | 0.78% | 0.49% | - |
| HSV(B) | 48.06º | 0.88% | 0.87% | - |
| XYZ | 47.77 | 50.05 | 8.18 | - |
| YUV | 177.76 | 42.92 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 27 | 0 | 0.17 | 0.88 | 0.13 | 48.06 | 0.78 | 0.49 |
| Hex | DF | B8 | 1B | 0 | 11 | 58 | D | 30 | 4E | 31 |
| Octal | 337 | 270 | 33 | 0 | 21 | 130 | 15 | 60 | 116 | 61 |
| Binary | 11011111 | 10111000 | 11011 | 0 | 10001 | 1011000 | 1101 | 110000 | 1001110 | 110001 |
Color Harmonies of #DFB81B
Complementary color
Monochromatic Colors of #DFB81B
Black with #DFB81B
Text Example
Text Example
White with #DFB81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB81B; }
p { color: rgb(223,184,27); }
H1.HeaderClassName
{
color: #DFB81B;
}
.AnyTagClassName
{
color: #DFB81B;
}
</style>
background-color css
<style>
a { background-color: #DFB81B; }
a { background-color: rgb(223,184,27); }
div.DivClassName
{
background-color: #DFB81B;
}
.BgClassName
{
background-color: #DFB81B;
}
</style>
border-color css
<style>
span { border-color: #DFB81B; }
span { border-color: rgb(223,184,27); }
td.TdClassName
{
border-color: #DFB81B;
}
.TagClassName
{
border-color: #DFB81B;
}
</style>