Shades of Sunflower #DFC70B
Tints of Sunflower #DFC70B
RGB
CMYK
RGB Variations
Color information
#DFC70B (or 0xDFC70B) is known color: Sunflower. HEX triplet: DF, C7 and 0B. RGB value is (223,199,11). Sum of RGB (Red+Green+Blue) = 223+199+11=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC70B is #2038F4. Grayscale: #B9B9B9. Windows color (decimal): -2111733 or 772063. OLE color: 772063.
HSL color Cylindrical-coordinate representation of color #DFC70B: hue angle of 53.21º 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 #DFC70B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.13 |
| HSL | 53.21º | 0.91% | 0.46% | - |
| HSV(B) | 53.21º | 0.95% | 0.87% | - |
| XYZ | 50.92 | 56.56 | 8.55 | - |
| YUV | 184.74 | 29.95 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 11 | 0 | 0.11 | 0.95 | 0.13 | 53.21 | 0.91 | 0.46 |
| Hex | DF | C7 | B | 0 | B | 5F | D | 35 | 5B | 2E |
| Octal | 337 | 307 | 13 | 0 | 13 | 137 | 15 | 65 | 133 | 56 |
| Binary | 11011111 | 11000111 | 1011 | 0 | 1011 | 1011111 | 1101 | 110101 | 1011011 | 101110 |
Color Harmonies of #DFC70B
Complementary color
Monochromatic Colors of #DFC70B
Black with #DFC70B
Text Example
Text Example
White with #DFC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC70B; }
p { color: rgb(223,199,11); }
H1.HeaderClassName
{
color: #DFC70B;
}
.AnyTagClassName
{
color: #DFC70B;
}
</style>
background-color css
<style>
a { background-color: #DFC70B; }
a { background-color: rgb(223,199,11); }
div.DivClassName
{
background-color: #DFC70B;
}
.BgClassName
{
background-color: #DFC70B;
}
</style>
border-color css
<style>
span { border-color: #DFC70B; }
span { border-color: rgb(223,199,11); }
td.TdClassName
{
border-color: #DFC70B;
}
.TagClassName
{
border-color: #DFC70B;
}
</style>