Shades of Sunflower #DFB209
Tints of Sunflower #DFB209
RGB
CMYK
RGB Variations
Color information
#DFB209 (or 0xDFB209) is known color: Sunflower. HEX triplet: DF, B2 and 09. RGB value is (223,178,9). Sum of RGB (Red+Green+Blue) = 223+178+9=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB209 is #204DF6. Grayscale: #ACACAC. Windows color (decimal): -2117111 or 635615. OLE color: 635615.
HSL color Cylindrical-coordinate representation of color #DFB209: hue angle of 47.38º 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 #DFB209 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 9 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.13 |
| HSL | 47.38º | 0.92% | 0.45% | - |
| HSV(B) | 47.38º | 0.96% | 0.87% | - |
| XYZ | 46.4 | 47.55 | 6.99 | - |
| YUV | 172.19 | 35.91 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 9 | 0 | 0.20 | 0.96 | 0.13 | 47.38 | 0.92 | 0.45 |
| Hex | DF | B2 | 9 | 0 | 14 | 60 | D | 2F | 5C | 2D |
| Octal | 337 | 262 | 11 | 0 | 24 | 140 | 15 | 57 | 134 | 55 |
| Binary | 11011111 | 10110010 | 1001 | 0 | 10100 | 1100000 | 1101 | 101111 | 1011100 | 101101 |
Color Harmonies of #DFB209
Complementary color
Monochromatic Colors of #DFB209
Black with #DFB209
Text Example
Text Example
White with #DFB209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB209; }
p { color: rgb(223,178,9); }
H1.HeaderClassName
{
color: #DFB209;
}
.AnyTagClassName
{
color: #DFB209;
}
</style>
background-color css
<style>
a { background-color: #DFB209; }
a { background-color: rgb(223,178,9); }
div.DivClassName
{
background-color: #DFB209;
}
.BgClassName
{
background-color: #DFB209;
}
</style>
border-color css
<style>
span { border-color: #DFB209; }
span { border-color: rgb(223,178,9); }
td.TdClassName
{
border-color: #DFB209;
}
.TagClassName
{
border-color: #DFB209;
}
</style>