Shades of Sunflower #DFC01B
Tints of Sunflower #DFC01B
RGB
CMYK
RGB Variations
Color information
#DFC01B (or 0xDFC01B) is known color: Sunflower. HEX triplet: DF, C0 and 1B. RGB value is (223,192,27). Sum of RGB (Red+Green+Blue) = 223+192+27=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 27 (10.94% from 255 or 6.11% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC01B is #203FE4. Grayscale: #B7B7B7. Windows color (decimal): -2113509 or 1818847. OLE color: 1818847.
HSL color Cylindrical-coordinate representation of color #DFC01B: hue angle of 50.51º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFC01B is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 27 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.13 |
| HSL | 50.51º | 0.78% | 0.49% | - |
| HSV(B) | 50.51º | 0.88% | 0.87% | - |
| XYZ | 49.48 | 53.47 | 8.75 | - |
| YUV | 182.46 | 40.27 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 27 | 0 | 0.14 | 0.88 | 0.13 | 50.51 | 0.78 | 0.49 |
| Hex | DF | C0 | 1B | 0 | E | 58 | D | 33 | 4E | 31 |
| Octal | 337 | 300 | 33 | 0 | 16 | 130 | 15 | 63 | 116 | 61 |
| Binary | 11011111 | 11000000 | 11011 | 0 | 1110 | 1011000 | 1101 | 110011 | 1001110 | 110001 |
Color Harmonies of #DFC01B
Complementary color
Monochromatic Colors of #DFC01B
Black with #DFC01B
Text Example
Text Example
White with #DFC01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC01B; }
p { color: rgb(223,192,27); }
H1.HeaderClassName
{
color: #DFC01B;
}
.AnyTagClassName
{
color: #DFC01B;
}
</style>
background-color css
<style>
a { background-color: #DFC01B; }
a { background-color: rgb(223,192,27); }
div.DivClassName
{
background-color: #DFC01B;
}
.BgClassName
{
background-color: #DFC01B;
}
</style>
border-color css
<style>
span { border-color: #DFC01B; }
span { border-color: rgb(223,192,27); }
td.TdClassName
{
border-color: #DFC01B;
}
.TagClassName
{
border-color: #DFC01B;
}
</style>