Shades of Sunflower #DFC317
Tints of Sunflower #DFC317
RGB
CMYK
RGB Variations
Color information
#DFC317 (or 0xDFC317) is known color: Sunflower. HEX triplet: DF, C3 and 17. RGB value is (223,195,23). Sum of RGB (Red+Green+Blue) = 223+195+23=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 23 (9.38% from 255 or 5.22% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC317 is #203CE8. Grayscale: #B8B8B8. Windows color (decimal): -2112745 or 1557471. OLE color: 1557471.
HSL color Cylindrical-coordinate representation of color #DFC317: hue angle of 51.6º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFC317 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 23 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.13 |
| HSL | 51.6º | 0.81% | 0.48% | - |
| HSV(B) | 51.6º | 0.9% | 0.87% | - |
| XYZ | 50.1 | 54.78 | 8.74 | - |
| YUV | 183.76 | 37.28 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 23 | 0 | 0.13 | 0.90 | 0.13 | 51.6 | 0.81 | 0.48 |
| Hex | DF | C3 | 17 | 0 | D | 5A | D | 34 | 51 | 30 |
| Octal | 337 | 303 | 27 | 0 | 15 | 132 | 15 | 64 | 121 | 60 |
| Binary | 11011111 | 11000011 | 10111 | 0 | 1101 | 1011010 | 1101 | 110100 | 1010001 | 110000 |
Color Harmonies of #DFC317
Complementary color
Monochromatic Colors of #DFC317
Black with #DFC317
Text Example
Text Example
White with #DFC317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC317; }
p { color: rgb(223,195,23); }
H1.HeaderClassName
{
color: #DFC317;
}
.AnyTagClassName
{
color: #DFC317;
}
</style>
background-color css
<style>
a { background-color: #DFC317; }
a { background-color: rgb(223,195,23); }
div.DivClassName
{
background-color: #DFC317;
}
.BgClassName
{
background-color: #DFC317;
}
</style>
border-color css
<style>
span { border-color: #DFC317; }
span { border-color: rgb(223,195,23); }
td.TdClassName
{
border-color: #DFC317;
}
.TagClassName
{
border-color: #DFC317;
}
</style>