Shades of Sunflower #DFC71A
Tints of Sunflower #DFC71A
RGB
CMYK
RGB Variations
Color information
#DFC71A (or 0xDFC71A) is known color: Sunflower. HEX triplet: DF, C7 and 1A. RGB value is (223,199,26). Sum of RGB (Red+Green+Blue) = 223+199+26=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 26 (10.55% from 255 or 5.80% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC71A is #2038E5. Grayscale: #BBBBBB. Windows color (decimal): -2111718 or 1755103. OLE color: 1755103.
HSL color Cylindrical-coordinate representation of color #DFC71A: hue angle of 52.69º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFC71A is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 26 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.13 |
| HSL | 52.69º | 0.79% | 0.49% | - |
| HSV(B) | 52.69º | 0.88% | 0.87% | - |
| XYZ | 51.04 | 56.61 | 9.21 | - |
| YUV | 186.45 | 37.45 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 26 | 0 | 0.11 | 0.88 | 0.13 | 52.69 | 0.79 | 0.49 |
| Hex | DF | C7 | 1A | 0 | B | 58 | D | 35 | 4F | 31 |
| Octal | 337 | 307 | 32 | 0 | 13 | 130 | 15 | 65 | 117 | 61 |
| Binary | 11011111 | 11000111 | 11010 | 0 | 1011 | 1011000 | 1101 | 110101 | 1001111 | 110001 |
Color Harmonies of #DFC71A
Complementary color
Monochromatic Colors of #DFC71A
Black with #DFC71A
Text Example
Text Example
White with #DFC71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC71A; }
p { color: rgb(223,199,26); }
H1.HeaderClassName
{
color: #DFC71A;
}
.AnyTagClassName
{
color: #DFC71A;
}
</style>
background-color css
<style>
a { background-color: #DFC71A; }
a { background-color: rgb(223,199,26); }
div.DivClassName
{
background-color: #DFC71A;
}
.BgClassName
{
background-color: #DFC71A;
}
</style>
border-color css
<style>
span { border-color: #DFC71A; }
span { border-color: rgb(223,199,26); }
td.TdClassName
{
border-color: #DFC71A;
}
.TagClassName
{
border-color: #DFC71A;
}
</style>