Shades of Sunflower #DFC90B
Tints of Sunflower #DFC90B
RGB
CMYK
RGB Variations
Color information
#DFC90B (or 0xDFC90B) is known color: Sunflower. HEX triplet: DF, C9 and 0B. RGB value is (223,201,11). Sum of RGB (Red+Green+Blue) = 223+201+11=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 11 (4.69% from 255 or 2.53% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC90B is #2036F4. Grayscale: #BABABA. Windows color (decimal): -2111221 or 772575. OLE color: 772575.
HSL color Cylindrical-coordinate representation of color #DFC90B: hue angle of 53.77º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFC90B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 11 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.13 |
| HSL | 53.77º | 0.91% | 0.46% | - |
| HSV(B) | 53.77º | 0.95% | 0.87% | - |
| XYZ | 51.38 | 57.49 | 8.7 | - |
| YUV | 185.92 | 29.29 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 11 | 0 | 0.10 | 0.95 | 0.13 | 53.77 | 0.91 | 0.46 |
| Hex | DF | C9 | B | 0 | A | 5F | D | 36 | 5B | 2E |
| Octal | 337 | 311 | 13 | 0 | 12 | 137 | 15 | 66 | 133 | 56 |
| Binary | 11011111 | 11001001 | 1011 | 0 | 1010 | 1011111 | 1101 | 110110 | 1011011 | 101110 |
Color Harmonies of #DFC90B
Complementary color
Monochromatic Colors of #DFC90B
Black with #DFC90B
Text Example
Text Example
White with #DFC90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC90B; }
p { color: rgb(223,201,11); }
H1.HeaderClassName
{
color: #DFC90B;
}
.AnyTagClassName
{
color: #DFC90B;
}
</style>
background-color css
<style>
a { background-color: #DFC90B; }
a { background-color: rgb(223,201,11); }
div.DivClassName
{
background-color: #DFC90B;
}
.BgClassName
{
background-color: #DFC90B;
}
</style>
border-color css
<style>
span { border-color: #DFC90B; }
span { border-color: rgb(223,201,11); }
td.TdClassName
{
border-color: #DFC90B;
}
.TagClassName
{
border-color: #DFC90B;
}
</style>