Shades of Sunflower #DFC105
Tints of Sunflower #DFC105
RGB
CMYK
RGB Variations
Color information
#DFC105 (or 0xDFC105) is known color: Sunflower. HEX triplet: DF, C1 and 05. RGB value is (223,193,5). Sum of RGB (Red+Green+Blue) = 223+193+5=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC105 is #203EFA. Grayscale: #B5B5B5. Windows color (decimal): -2113275 or 377311. OLE color: 377311.
HSL color Cylindrical-coordinate representation of color #DFC105: hue angle of 51.74º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFC105 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.13 |
| HSL | 51.74º | 0.96% | 0.45% | - |
| HSV(B) | 51.74º | 0.98% | 0.87% | - |
| XYZ | 49.53 | 53.84 | 7.93 | - |
| YUV | 180.54 | 28.94 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 5 | 0 | 0.13 | 0.98 | 0.13 | 51.74 | 0.96 | 0.45 |
| Hex | DF | C1 | 5 | 0 | D | 62 | D | 34 | 60 | 2D |
| Octal | 337 | 301 | 5 | 0 | 15 | 142 | 15 | 64 | 140 | 55 |
| Binary | 11011111 | 11000001 | 101 | 0 | 1101 | 1100010 | 1101 | 110100 | 1100000 | 101101 |
Color Harmonies of #DFC105
Complementary color
Monochromatic Colors of #DFC105
Black with #DFC105
Text Example
Text Example
White with #DFC105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC105; }
p { color: rgb(223,193,5); }
H1.HeaderClassName
{
color: #DFC105;
}
.AnyTagClassName
{
color: #DFC105;
}
</style>
background-color css
<style>
a { background-color: #DFC105; }
a { background-color: rgb(223,193,5); }
div.DivClassName
{
background-color: #DFC105;
}
.BgClassName
{
background-color: #DFC105;
}
</style>
border-color css
<style>
span { border-color: #DFC105; }
span { border-color: rgb(223,193,5); }
td.TdClassName
{
border-color: #DFC105;
}
.TagClassName
{
border-color: #DFC105;
}
</style>