Shades of Sunflower #DFC305
Tints of Sunflower #DFC305
RGB
CMYK
RGB Variations
Color information
#DFC305 (or 0xDFC305) is known color: Sunflower. HEX triplet: DF, C3 and 05. RGB value is (223,195,5). Sum of RGB (Red+Green+Blue) = 223+195+5=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC305 is #203CFA. Grayscale: #B6B6B6. Windows color (decimal): -2112763 or 377823. OLE color: 377823.
HSL color Cylindrical-coordinate representation of color #DFC305: hue angle of 52.29º 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 #DFC305 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.13 |
| HSL | 52.29º | 0.96% | 0.45% | - |
| HSV(B) | 52.29º | 0.98% | 0.87% | - |
| XYZ | 49.97 | 54.73 | 8.07 | - |
| YUV | 181.71 | 28.28 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 5 | 0 | 0.13 | 0.98 | 0.13 | 52.29 | 0.96 | 0.45 |
| Hex | DF | C3 | 5 | 0 | D | 62 | D | 34 | 60 | 2D |
| Octal | 337 | 303 | 5 | 0 | 15 | 142 | 15 | 64 | 140 | 55 |
| Binary | 11011111 | 11000011 | 101 | 0 | 1101 | 1100010 | 1101 | 110100 | 1100000 | 101101 |
Color Harmonies of #DFC305
Complementary color
Monochromatic Colors of #DFC305
Black with #DFC305
Text Example
Text Example
White with #DFC305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC305; }
p { color: rgb(223,195,5); }
H1.HeaderClassName
{
color: #DFC305;
}
.AnyTagClassName
{
color: #DFC305;
}
</style>
background-color css
<style>
a { background-color: #DFC305; }
a { background-color: rgb(223,195,5); }
div.DivClassName
{
background-color: #DFC305;
}
.BgClassName
{
background-color: #DFC305;
}
</style>
border-color css
<style>
span { border-color: #DFC305; }
span { border-color: rgb(223,195,5); }
td.TdClassName
{
border-color: #DFC305;
}
.TagClassName
{
border-color: #DFC305;
}
</style>