Shades of Sunflower #DFC61A
Tints of Sunflower #DFC61A
RGB
CMYK
RGB Variations
Color information
#DFC61A (or 0xDFC61A) is known color: Sunflower. HEX triplet: DF, C6 and 1A. RGB value is (223,198,26). Sum of RGB (Red+Green+Blue) = 223+198+26=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 26 (10.55% from 255 or 5.82% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC61A is #2039E5. Grayscale: #BABABA. Windows color (decimal): -2111974 or 1754847. OLE color: 1754847.
HSL color Cylindrical-coordinate representation of color #DFC61A: hue angle of 52.39º 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 #DFC61A is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 26 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.13 |
| HSL | 52.39º | 0.79% | 0.49% | - |
| HSV(B) | 52.39º | 0.88% | 0.87% | - |
| XYZ | 50.81 | 56.15 | 9.14 | - |
| YUV | 185.87 | 37.78 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 26 | 0 | 0.11 | 0.88 | 0.13 | 52.39 | 0.79 | 0.49 |
| Hex | DF | C6 | 1A | 0 | B | 58 | D | 34 | 4F | 31 |
| Octal | 337 | 306 | 32 | 0 | 13 | 130 | 15 | 64 | 117 | 61 |
| Binary | 11011111 | 11000110 | 11010 | 0 | 1011 | 1011000 | 1101 | 110100 | 1001111 | 110001 |
Color Harmonies of #DFC61A
Complementary color
Monochromatic Colors of #DFC61A
Black with #DFC61A
Text Example
Text Example
White with #DFC61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC61A; }
p { color: rgb(223,198,26); }
H1.HeaderClassName
{
color: #DFC61A;
}
.AnyTagClassName
{
color: #DFC61A;
}
</style>
background-color css
<style>
a { background-color: #DFC61A; }
a { background-color: rgb(223,198,26); }
div.DivClassName
{
background-color: #DFC61A;
}
.BgClassName
{
background-color: #DFC61A;
}
</style>
border-color css
<style>
span { border-color: #DFC61A; }
span { border-color: rgb(223,198,26); }
td.TdClassName
{
border-color: #DFC61A;
}
.TagClassName
{
border-color: #DFC61A;
}
</style>