Shades of Sunflower #DFC127
Tints of Sunflower #DFC127
RGB
CMYK
RGB Variations
Color information
#DFC127 (or 0xDFC127) is known color: Sunflower. HEX triplet: DF, C1 and 27. RGB value is (223,193,39). Sum of RGB (Red+Green+Blue) = 223+193+39=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC127 is #203ED8. Grayscale: #B9B9B9. Windows color (decimal): -2113241 or 2605535. OLE color: 2605535.
HSL color Cylindrical-coordinate representation of color #DFC127: hue angle of 50.22º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFC127 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 39 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.13 |
| HSL | 50.22º | 0.74% | 0.51% | - |
| HSV(B) | 50.22º | 0.83% | 0.87% | - |
| XYZ | 49.87 | 53.97 | 9.71 | - |
| YUV | 184.41 | 45.94 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 39 | 0 | 0.13 | 0.83 | 0.13 | 50.22 | 0.74 | 0.51 |
| Hex | DF | C1 | 27 | 0 | D | 53 | D | 32 | 4A | 33 |
| Octal | 337 | 301 | 47 | 0 | 15 | 123 | 15 | 62 | 112 | 63 |
| Binary | 11011111 | 11000001 | 100111 | 0 | 1101 | 1010011 | 1101 | 110010 | 1001010 | 110011 |
Color Harmonies of #DFC127
Complementary color
Monochromatic Colors of #DFC127
Black with #DFC127
Text Example
Text Example
White with #DFC127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC127; }
p { color: rgb(223,193,39); }
H1.HeaderClassName
{
color: #DFC127;
}
.AnyTagClassName
{
color: #DFC127;
}
</style>
background-color css
<style>
a { background-color: #DFC127; }
a { background-color: rgb(223,193,39); }
div.DivClassName
{
background-color: #DFC127;
}
.BgClassName
{
background-color: #DFC127;
}
</style>
border-color css
<style>
span { border-color: #DFC127; }
span { border-color: rgb(223,193,39); }
td.TdClassName
{
border-color: #DFC127;
}
.TagClassName
{
border-color: #DFC127;
}
</style>