Shades of Sunflower #DFC71C
Tints of Sunflower #DFC71C
RGB
CMYK
RGB Variations
Color information
#DFC71C (or 0xDFC71C) is known color: Sunflower. HEX triplet: DF, C7 and 1C. RGB value is (223,199,28). Sum of RGB (Red+Green+Blue) = 223+199+28=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 28 (11.33% from 255 or 6.22% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC71C is #2038E3. Grayscale: #BBBBBB. Windows color (decimal): -2111716 or 1886175. OLE color: 1886175.
HSL color Cylindrical-coordinate representation of color #DFC71C: hue angle of 52.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFC71C is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 28 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.13 |
| HSL | 52.62º | 0.78% | 0.49% | - |
| HSV(B) | 52.62º | 0.87% | 0.87% | - |
| XYZ | 51.06 | 56.62 | 9.34 | - |
| YUV | 186.68 | 38.45 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 28 | 0 | 0.11 | 0.87 | 0.13 | 52.62 | 0.78 | 0.49 |
| Hex | DF | C7 | 1C | 0 | B | 57 | D | 35 | 4E | 31 |
| Octal | 337 | 307 | 34 | 0 | 13 | 127 | 15 | 65 | 116 | 61 |
| Binary | 11011111 | 11000111 | 11100 | 0 | 1011 | 1010111 | 1101 | 110101 | 1001110 | 110001 |
Color Harmonies of #DFC71C
Complementary color
Monochromatic Colors of #DFC71C
Black with #DFC71C
Text Example
Text Example
White with #DFC71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC71C; }
p { color: rgb(223,199,28); }
H1.HeaderClassName
{
color: #DFC71C;
}
.AnyTagClassName
{
color: #DFC71C;
}
</style>
background-color css
<style>
a { background-color: #DFC71C; }
a { background-color: rgb(223,199,28); }
div.DivClassName
{
background-color: #DFC71C;
}
.BgClassName
{
background-color: #DFC71C;
}
</style>
border-color css
<style>
span { border-color: #DFC71C; }
span { border-color: rgb(223,199,28); }
td.TdClassName
{
border-color: #DFC71C;
}
.TagClassName
{
border-color: #DFC71C;
}
</style>