Shades of Sunflower #DFBD0A
Tints of Sunflower #DFBD0A
RGB
CMYK
RGB Variations
Color information
#DFBD0A (or 0xDFBD0A) is known color: Sunflower. HEX triplet: DF, BD and 0A. RGB value is (223,189,10). Sum of RGB (Red+Green+Blue) = 223+189+10=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 10 (4.30% from 255 or 2.37% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBD0A is #2042F5. Grayscale: #B3B3B3. Windows color (decimal): -2114294 or 703967. OLE color: 703967.
HSL color Cylindrical-coordinate representation of color #DFBD0A: hue angle of 50.42º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFBD0A is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 10 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.13 |
| HSL | 50.42º | 0.91% | 0.46% | - |
| HSV(B) | 50.42º | 0.96% | 0.87% | - |
| XYZ | 48.68 | 52.11 | 7.78 | - |
| YUV | 178.76 | 32.76 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 10 | 0 | 0.15 | 0.96 | 0.13 | 50.42 | 0.91 | 0.46 |
| Hex | DF | BD | A | 0 | F | 60 | D | 32 | 5B | 2E |
| Octal | 337 | 275 | 12 | 0 | 17 | 140 | 15 | 62 | 133 | 56 |
| Binary | 11011111 | 10111101 | 1010 | 0 | 1111 | 1100000 | 1101 | 110010 | 1011011 | 101110 |
Color Harmonies of #DFBD0A
Complementary color
Monochromatic Colors of #DFBD0A
Black with #DFBD0A
Text Example
Text Example
White with #DFBD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD0A; }
p { color: rgb(223,189,10); }
H1.HeaderClassName
{
color: #DFBD0A;
}
.AnyTagClassName
{
color: #DFBD0A;
}
</style>
background-color css
<style>
a { background-color: #DFBD0A; }
a { background-color: rgb(223,189,10); }
div.DivClassName
{
background-color: #DFBD0A;
}
.BgClassName
{
background-color: #DFBD0A;
}
</style>
border-color css
<style>
span { border-color: #DFBD0A; }
span { border-color: rgb(223,189,10); }
td.TdClassName
{
border-color: #DFBD0A;
}
.TagClassName
{
border-color: #DFBD0A;
}
</style>