Shades of Sunflower #DFC405
Tints of Sunflower #DFC405
RGB
CMYK
RGB Variations
Color information
#DFC405 (or 0xDFC405) is known color: Sunflower. HEX triplet: DF, C4 and 05. RGB value is (223,196,5). Sum of RGB (Red+Green+Blue) = 223+196+5=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 5 (2.34% from 255 or 1.18% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC405 is #203BFA. Grayscale: #B7B7B7. Windows color (decimal): -2112507 or 378079. OLE color: 378079.
HSL color Cylindrical-coordinate representation of color #DFC405: hue angle of 52.57º 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 #DFC405 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.13 |
| HSL | 52.57º | 0.96% | 0.45% | - |
| HSV(B) | 52.57º | 0.98% | 0.87% | - |
| XYZ | 50.2 | 55.18 | 8.15 | - |
| YUV | 182.3 | 27.95 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 5 | 0 | 0.12 | 0.98 | 0.13 | 52.57 | 0.96 | 0.45 |
| Hex | DF | C4 | 5 | 0 | C | 62 | D | 35 | 60 | 2D |
| Octal | 337 | 304 | 5 | 0 | 14 | 142 | 15 | 65 | 140 | 55 |
| Binary | 11011111 | 11000100 | 101 | 0 | 1100 | 1100010 | 1101 | 110101 | 1100000 | 101101 |
Color Harmonies of #DFC405
Complementary color
Monochromatic Colors of #DFC405
Black with #DFC405
Text Example
Text Example
White with #DFC405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC405; }
p { color: rgb(223,196,5); }
H1.HeaderClassName
{
color: #DFC405;
}
.AnyTagClassName
{
color: #DFC405;
}
</style>
background-color css
<style>
a { background-color: #DFC405; }
a { background-color: rgb(223,196,5); }
div.DivClassName
{
background-color: #DFC405;
}
.BgClassName
{
background-color: #DFC405;
}
</style>
border-color css
<style>
span { border-color: #DFC405; }
span { border-color: rgb(223,196,5); }
td.TdClassName
{
border-color: #DFC405;
}
.TagClassName
{
border-color: #DFC405;
}
</style>