Shades of Sunflower #DFC316
Tints of Sunflower #DFC316
RGB
CMYK
RGB Variations
Color information
#DFC316 (or 0xDFC316) is known color: Sunflower. HEX triplet: DF, C3 and 16. RGB value is (223,195,22). Sum of RGB (Red+Green+Blue) = 223+195+22=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 22 (8.98% from 255 or 5% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC316 is #203CE9. Grayscale: #B8B8B8. Windows color (decimal): -2112746 or 1491935. OLE color: 1491935.
HSL color Cylindrical-coordinate representation of color #DFC316: hue angle of 51.64º degrees, saturation: 0.82, 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 #DFC316 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 22 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.13 |
| HSL | 51.64º | 0.82% | 0.48% | - |
| HSV(B) | 51.64º | 0.9% | 0.87% | - |
| XYZ | 50.09 | 54.78 | 8.69 | - |
| YUV | 183.65 | 36.78 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 22 | 0 | 0.13 | 0.90 | 0.13 | 51.64 | 0.82 | 0.48 |
| Hex | DF | C3 | 16 | 0 | D | 5A | D | 34 | 52 | 30 |
| Octal | 337 | 303 | 26 | 0 | 15 | 132 | 15 | 64 | 122 | 60 |
| Binary | 11011111 | 11000011 | 10110 | 0 | 1101 | 1011010 | 1101 | 110100 | 1010010 | 110000 |
Color Harmonies of #DFC316
Complementary color
Monochromatic Colors of #DFC316
Black with #DFC316
Text Example
Text Example
White with #DFC316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC316; }
p { color: rgb(223,195,22); }
H1.HeaderClassName
{
color: #DFC316;
}
.AnyTagClassName
{
color: #DFC316;
}
</style>
background-color css
<style>
a { background-color: #DFC316; }
a { background-color: rgb(223,195,22); }
div.DivClassName
{
background-color: #DFC316;
}
.BgClassName
{
background-color: #DFC316;
}
</style>
border-color css
<style>
span { border-color: #DFC316; }
span { border-color: rgb(223,195,22); }
td.TdClassName
{
border-color: #DFC316;
}
.TagClassName
{
border-color: #DFC316;
}
</style>