Shades of Sunflower #DFC50B
Tints of Sunflower #DFC50B
RGB
CMYK
RGB Variations
Color information
#DFC50B (or 0xDFC50B) is known color: Sunflower. HEX triplet: DF, C5 and 0B. RGB value is (223,197,11). Sum of RGB (Red+Green+Blue) = 223+197+11=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC50B is #203AF4. Grayscale: #B8B8B8. Windows color (decimal): -2112245 or 771551. OLE color: 771551.
HSL color Cylindrical-coordinate representation of color #DFC50B: hue angle of 52.64º 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 #DFC50B is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 11 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.13 |
| HSL | 52.64º | 0.91% | 0.46% | - |
| HSV(B) | 52.64º | 0.95% | 0.87% | - |
| XYZ | 50.46 | 55.64 | 8.4 | - |
| YUV | 183.57 | 30.61 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 11 | 0 | 0.12 | 0.95 | 0.13 | 52.64 | 0.91 | 0.46 |
| Hex | DF | C5 | B | 0 | C | 5F | D | 35 | 5B | 2E |
| Octal | 337 | 305 | 13 | 0 | 14 | 137 | 15 | 65 | 133 | 56 |
| Binary | 11011111 | 11000101 | 1011 | 0 | 1100 | 1011111 | 1101 | 110101 | 1011011 | 101110 |
Color Harmonies of #DFC50B
Complementary color
Monochromatic Colors of #DFC50B
Black with #DFC50B
Text Example
Text Example
White with #DFC50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC50B; }
p { color: rgb(223,197,11); }
H1.HeaderClassName
{
color: #DFC50B;
}
.AnyTagClassName
{
color: #DFC50B;
}
</style>
background-color css
<style>
a { background-color: #DFC50B; }
a { background-color: rgb(223,197,11); }
div.DivClassName
{
background-color: #DFC50B;
}
.BgClassName
{
background-color: #DFC50B;
}
</style>
border-color css
<style>
span { border-color: #DFC50B; }
span { border-color: rgb(223,197,11); }
td.TdClassName
{
border-color: #DFC50B;
}
.TagClassName
{
border-color: #DFC50B;
}
</style>