Shades of Sunflower #DFC422
Tints of Sunflower #DFC422
RGB
CMYK
RGB Variations
Color information
#DFC422 (or 0xDFC422) is known color: Sunflower. HEX triplet: DF, C4 and 22. RGB value is (223,196,34). Sum of RGB (Red+Green+Blue) = 223+196+34=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 34 (13.67% from 255 or 7.51% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC422 is #203BDD. Grayscale: #BABABA. Windows color (decimal): -2112478 or 2278623. OLE color: 2278623.
HSL color Cylindrical-coordinate representation of color #DFC422: hue angle of 51.43º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFC422 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 34 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.13 |
| HSL | 51.43º | 0.75% | 0.5% | - |
| HSV(B) | 51.43º | 0.85% | 0.87% | - |
| XYZ | 50.46 | 55.28 | 9.52 | - |
| YUV | 185.61 | 42.45 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 34 | 0 | 0.12 | 0.85 | 0.13 | 51.43 | 0.75 | 0.5 |
| Hex | DF | C4 | 22 | 0 | C | 55 | D | 33 | 4B | 32 |
| Octal | 337 | 304 | 42 | 0 | 14 | 125 | 15 | 63 | 113 | 62 |
| Binary | 11011111 | 11000100 | 100010 | 0 | 1100 | 1010101 | 1101 | 110011 | 1001011 | 110010 |
Color Harmonies of #DFC422
Complementary color
Monochromatic Colors of #DFC422
Black with #DFC422
Text Example
Text Example
White with #DFC422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC422; }
p { color: rgb(223,196,34); }
H1.HeaderClassName
{
color: #DFC422;
}
.AnyTagClassName
{
color: #DFC422;
}
</style>
background-color css
<style>
a { background-color: #DFC422; }
a { background-color: rgb(223,196,34); }
div.DivClassName
{
background-color: #DFC422;
}
.BgClassName
{
background-color: #DFC422;
}
</style>
border-color css
<style>
span { border-color: #DFC422; }
span { border-color: rgb(223,196,34); }
td.TdClassName
{
border-color: #DFC422;
}
.TagClassName
{
border-color: #DFC422;
}
</style>