Shades of Sunflower #DFC318
Tints of Sunflower #DFC318
RGB
CMYK
RGB Variations
Color information
#DFC318 (or 0xDFC318) is known color: Sunflower. HEX triplet: DF, C3 and 18. RGB value is (223,195,24). Sum of RGB (Red+Green+Blue) = 223+195+24=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 24 (9.77% from 255 or 5.43% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC318 is #203CE7. Grayscale: #B8B8B8. Windows color (decimal): -2112744 or 1623007. OLE color: 1623007.
HSL color Cylindrical-coordinate representation of color #DFC318: hue angle of 51.56º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFC318 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 24 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.13 |
| HSL | 51.56º | 0.81% | 0.48% | - |
| HSV(B) | 51.56º | 0.89% | 0.87% | - |
| XYZ | 50.11 | 54.78 | 8.8 | - |
| YUV | 183.88 | 37.78 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 24 | 0 | 0.13 | 0.89 | 0.13 | 51.56 | 0.81 | 0.48 |
| Hex | DF | C3 | 18 | 0 | D | 59 | D | 34 | 51 | 30 |
| Octal | 337 | 303 | 30 | 0 | 15 | 131 | 15 | 64 | 121 | 60 |
| Binary | 11011111 | 11000011 | 11000 | 0 | 1101 | 1011001 | 1101 | 110100 | 1010001 | 110000 |
Color Harmonies of #DFC318
Complementary color
Monochromatic Colors of #DFC318
Black with #DFC318
Text Example
Text Example
White with #DFC318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC318; }
p { color: rgb(223,195,24); }
H1.HeaderClassName
{
color: #DFC318;
}
.AnyTagClassName
{
color: #DFC318;
}
</style>
background-color css
<style>
a { background-color: #DFC318; }
a { background-color: rgb(223,195,24); }
div.DivClassName
{
background-color: #DFC318;
}
.BgClassName
{
background-color: #DFC318;
}
</style>
border-color css
<style>
span { border-color: #DFC318; }
span { border-color: rgb(223,195,24); }
td.TdClassName
{
border-color: #DFC318;
}
.TagClassName
{
border-color: #DFC318;
}
</style>