Shades of Sunflower #DFBD03
Tints of Sunflower #DFBD03
RGB
CMYK
RGB Variations
Color information
#DFBD03 (or 0xDFBD03) is known color: Sunflower. HEX triplet: DF, BD and 03. RGB value is (223,189,3). Sum of RGB (Red+Green+Blue) = 223+189+3=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 3 (1.56% from 255 or 0.72% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBD03 is #2042FC. Grayscale: #B2B2B2. Windows color (decimal): -2114301 or 245215. OLE color: 245215.
HSL color Cylindrical-coordinate representation of color #DFBD03: hue angle of 50.73º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DFBD03 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.13 |
| HSL | 50.73º | 0.97% | 0.44% | - |
| HSV(B) | 50.73º | 0.99% | 0.87% | - |
| XYZ | 48.65 | 52.09 | 7.58 | - |
| YUV | 177.96 | 29.26 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 3 | 0 | 0.15 | 0.99 | 0.13 | 50.73 | 0.97 | 0.44 |
| Hex | DF | BD | 3 | 0 | F | 63 | D | 33 | 61 | 2C |
| Octal | 337 | 275 | 3 | 0 | 17 | 143 | 15 | 63 | 141 | 54 |
| Binary | 11011111 | 10111101 | 11 | 0 | 1111 | 1100011 | 1101 | 110011 | 1100001 | 101100 |
Color Harmonies of #DFBD03
Complementary color
Monochromatic Colors of #DFBD03
Black with #DFBD03
Text Example
Text Example
White with #DFBD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD03; }
p { color: rgb(223,189,3); }
H1.HeaderClassName
{
color: #DFBD03;
}
.AnyTagClassName
{
color: #DFBD03;
}
</style>
background-color css
<style>
a { background-color: #DFBD03; }
a { background-color: rgb(223,189,3); }
div.DivClassName
{
background-color: #DFBD03;
}
.BgClassName
{
background-color: #DFBD03;
}
</style>
border-color css
<style>
span { border-color: #DFBD03; }
span { border-color: rgb(223,189,3); }
td.TdClassName
{
border-color: #DFBD03;
}
.TagClassName
{
border-color: #DFBD03;
}
</style>