Shades of Sunflower #DFC825
Tints of Sunflower #DFC825
RGB
CMYK
RGB Variations
Color information
#DFC825 (or 0xDFC825) is known color: Sunflower. HEX triplet: DF, C8 and 25. RGB value is (223,200,37). Sum of RGB (Red+Green+Blue) = 223+200+37=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 37 (14.84% from 255 or 8.04% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC825 is #2037DA. Grayscale: #BCBCBC. Windows color (decimal): -2111451 or 2476255. OLE color: 2476255.
HSL color Cylindrical-coordinate representation of color #DFC825: hue angle of 52.58º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFC825 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 37 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.13 |
| HSL | 52.58º | 0.74% | 0.51% | - |
| HSV(B) | 52.58º | 0.83% | 0.87% | - |
| XYZ | 51.42 | 57.13 | 10.07 | - |
| YUV | 188.3 | 42.62 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 37 | 0 | 0.10 | 0.83 | 0.13 | 52.58 | 0.74 | 0.51 |
| Hex | DF | C8 | 25 | 0 | A | 53 | D | 35 | 4A | 33 |
| Octal | 337 | 310 | 45 | 0 | 12 | 123 | 15 | 65 | 112 | 63 |
| Binary | 11011111 | 11001000 | 100101 | 0 | 1010 | 1010011 | 1101 | 110101 | 1001010 | 110011 |
Color Harmonies of #DFC825
Complementary color
Monochromatic Colors of #DFC825
Black with #DFC825
Text Example
Text Example
White with #DFC825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC825; }
p { color: rgb(223,200,37); }
H1.HeaderClassName
{
color: #DFC825;
}
.AnyTagClassName
{
color: #DFC825;
}
</style>
background-color css
<style>
a { background-color: #DFC825; }
a { background-color: rgb(223,200,37); }
div.DivClassName
{
background-color: #DFC825;
}
.BgClassName
{
background-color: #DFC825;
}
</style>
border-color css
<style>
span { border-color: #DFC825; }
span { border-color: rgb(223,200,37); }
td.TdClassName
{
border-color: #DFC825;
}
.TagClassName
{
border-color: #DFC825;
}
</style>