Shades of Sunflower #DFB20A
Tints of Sunflower #DFB20A
RGB
CMYK
RGB Variations
Color information
#DFB20A (or 0xDFB20A) is known color: Sunflower. HEX triplet: DF, B2 and 0A. RGB value is (223,178,10). Sum of RGB (Red+Green+Blue) = 223+178+10=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB20A is #204DF5. Grayscale: #ADADAD. Windows color (decimal): -2117110 or 701151. OLE color: 701151.
HSL color Cylindrical-coordinate representation of color #DFB20A: hue angle of 47.32º 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 #DFB20A is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 10 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.13 |
| HSL | 47.32º | 0.91% | 0.46% | - |
| HSV(B) | 47.32º | 0.96% | 0.87% | - |
| XYZ | 46.41 | 47.55 | 7.02 | - |
| YUV | 172.3 | 36.41 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 10 | 0 | 0.20 | 0.96 | 0.13 | 47.32 | 0.91 | 0.46 |
| Hex | DF | B2 | A | 0 | 14 | 60 | D | 2F | 5B | 2E |
| Octal | 337 | 262 | 12 | 0 | 24 | 140 | 15 | 57 | 133 | 56 |
| Binary | 11011111 | 10110010 | 1010 | 0 | 10100 | 1100000 | 1101 | 101111 | 1011011 | 101110 |
Color Harmonies of #DFB20A
Complementary color
Monochromatic Colors of #DFB20A
Black with #DFB20A
Text Example
Text Example
White with #DFB20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB20A; }
p { color: rgb(223,178,10); }
H1.HeaderClassName
{
color: #DFB20A;
}
.AnyTagClassName
{
color: #DFB20A;
}
</style>
background-color css
<style>
a { background-color: #DFB20A; }
a { background-color: rgb(223,178,10); }
div.DivClassName
{
background-color: #DFB20A;
}
.BgClassName
{
background-color: #DFB20A;
}
</style>
border-color css
<style>
span { border-color: #DFB20A; }
span { border-color: rgb(223,178,10); }
td.TdClassName
{
border-color: #DFB20A;
}
.TagClassName
{
border-color: #DFB20A;
}
</style>