Shades of Sunflower #DFBD0F
Tints of Sunflower #DFBD0F
RGB
CMYK
RGB Variations
Color information
#DFBD0F (or 0xDFBD0F) is known color: Sunflower. HEX triplet: DF, BD and 0F. RGB value is (223,189,15). Sum of RGB (Red+Green+Blue) = 223+189+15=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBD0F is #2042F0. Grayscale: #B4B4B4. Windows color (decimal): -2114289 or 1031647. OLE color: 1031647.
HSL color Cylindrical-coordinate representation of color #DFBD0F: hue angle of 50.19º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFBD0F is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 15 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.13 |
| HSL | 50.19º | 0.87% | 0.47% | - |
| HSV(B) | 50.19º | 0.93% | 0.87% | - |
| XYZ | 48.72 | 52.12 | 7.94 | - |
| YUV | 179.33 | 35.26 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 15 | 0 | 0.15 | 0.93 | 0.13 | 50.19 | 0.87 | 0.47 |
| Hex | DF | BD | F | 0 | F | 5D | D | 32 | 57 | 2F |
| Octal | 337 | 275 | 17 | 0 | 17 | 135 | 15 | 62 | 127 | 57 |
| Binary | 11011111 | 10111101 | 1111 | 0 | 1111 | 1011101 | 1101 | 110010 | 1010111 | 101111 |
Color Harmonies of #DFBD0F
Complementary color
Monochromatic Colors of #DFBD0F
Black with #DFBD0F
Text Example
Text Example
White with #DFBD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD0F; }
p { color: rgb(223,189,15); }
H1.HeaderClassName
{
color: #DFBD0F;
}
.AnyTagClassName
{
color: #DFBD0F;
}
</style>
background-color css
<style>
a { background-color: #DFBD0F; }
a { background-color: rgb(223,189,15); }
div.DivClassName
{
background-color: #DFBD0F;
}
.BgClassName
{
background-color: #DFBD0F;
}
</style>
border-color css
<style>
span { border-color: #DFBD0F; }
span { border-color: rgb(223,189,15); }
td.TdClassName
{
border-color: #DFBD0F;
}
.TagClassName
{
border-color: #DFBD0F;
}
</style>