Shades of Sunflower #DFBE09
Tints of Sunflower #DFBE09
RGB
CMYK
RGB Variations
Color information
#DFBE09 (or 0xDFBE09) is known color: Sunflower. HEX triplet: DF, BE and 09. RGB value is (223,190,9). Sum of RGB (Red+Green+Blue) = 223+190+9=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 9 (3.91% from 255 or 2.13% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBE09 is #2041F6. Grayscale: #B3B3B3. Windows color (decimal): -2114039 or 638687. OLE color: 638687.
HSL color Cylindrical-coordinate representation of color #DFBE09: hue angle of 50.75º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFBE09 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 190 | 9 | - |
CMYK | 0 | 0.15 | 0.96 | 0.13 |
HSL | 50.75º | 0.92% | 0.45% | - |
HSV(B) | 50.75º | 0.96% | 0.87% | - |
XYZ | 48.89 | 52.53 | 7.82 | - |
YUV | 179.23 | 31.93 | 159.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 190 | 9 | 0 | 0.15 | 0.96 | 0.13 | 50.75 | 0.92 | 0.45 |
Hex | DF | BE | 9 | 0 | F | 60 | D | 33 | 5C | 2D |
Octal | 337 | 276 | 11 | 0 | 17 | 140 | 15 | 63 | 134 | 55 |
Binary | 11011111 | 10111110 | 1001 | 0 | 1111 | 1100000 | 1101 | 110011 | 1011100 | 101101 |
Color Harmonies of #DFBE09
Complementary color
Monochromatic Colors of #DFBE09
Black with #DFBE09
Text Example
Text Example
White with #DFBE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE09; }
p { color: rgb(223,190,9); }
H1.HeaderClassName
{
color: #DFBE09;
}
.AnyTagClassName
{
color: #DFBE09;
}
</style>
background-color css
<style>
a { background-color: #DFBE09; }
a { background-color: rgb(223,190,9); }
div.DivClassName
{
background-color: #DFBE09;
}
.BgClassName
{
background-color: #DFBE09;
}
</style>
border-color css
<style>
span { border-color: #DFBE09; }
span { border-color: rgb(223,190,9); }
td.TdClassName
{
border-color: #DFBE09;
}
.TagClassName
{
border-color: #DFBE09;
}
</style>