Shades of Sunflower #DFC329
Tints of Sunflower #DFC329
RGB
CMYK
RGB Variations
Color information
#DFC329 (or 0xDFC329) is known color: Sunflower. HEX triplet: DF, C3 and 29. RGB value is (223,195,41). Sum of RGB (Red+Green+Blue) = 223+195+41=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC329 is #203CD6. Grayscale: #BABABA. Windows color (decimal): -2112727 or 2737119. OLE color: 2737119.
HSL color Cylindrical-coordinate representation of color #DFC329: hue angle of 50.77º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFC329 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 41 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.13 |
| HSL | 50.77º | 0.74% | 0.52% | - |
| HSV(B) | 50.77º | 0.82% | 0.87% | - |
| XYZ | 50.35 | 54.88 | 10.04 | - |
| YUV | 185.82 | 46.28 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 41 | 0 | 0.13 | 0.82 | 0.13 | 50.77 | 0.74 | 0.52 |
| Hex | DF | C3 | 29 | 0 | D | 52 | D | 33 | 4A | 34 |
| Octal | 337 | 303 | 51 | 0 | 15 | 122 | 15 | 63 | 112 | 64 |
| Binary | 11011111 | 11000011 | 101001 | 0 | 1101 | 1010010 | 1101 | 110011 | 1001010 | 110100 |
Color Harmonies of #DFC329
Complementary color
Monochromatic Colors of #DFC329
Black with #DFC329
Text Example
Text Example
White with #DFC329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC329; }
p { color: rgb(223,195,41); }
H1.HeaderClassName
{
color: #DFC329;
}
.AnyTagClassName
{
color: #DFC329;
}
</style>
background-color css
<style>
a { background-color: #DFC329; }
a { background-color: rgb(223,195,41); }
div.DivClassName
{
background-color: #DFC329;
}
.BgClassName
{
background-color: #DFC329;
}
</style>
border-color css
<style>
span { border-color: #DFC329; }
span { border-color: rgb(223,195,41); }
td.TdClassName
{
border-color: #DFC329;
}
.TagClassName
{
border-color: #DFC329;
}
</style>