Shades of Sunflower #DFC30F
Tints of Sunflower #DFC30F
RGB
CMYK
RGB Variations
Color information
#DFC30F (or 0xDFC30F) is known color: Sunflower. HEX triplet: DF, C3 and 0F. RGB value is (223,195,15). Sum of RGB (Red+Green+Blue) = 223+195+15=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC30F is #203CF0. Grayscale: #B7B7B7. Windows color (decimal): -2112753 or 1033183. OLE color: 1033183.
HSL color Cylindrical-coordinate representation of color #DFC30F: hue angle of 51.92º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFC30F is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 15 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.13 |
| HSL | 51.92º | 0.87% | 0.47% | - |
| HSV(B) | 51.92º | 0.93% | 0.87% | - |
| XYZ | 50.03 | 54.75 | 8.38 | - |
| YUV | 182.85 | 33.28 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 15 | 0 | 0.13 | 0.93 | 0.13 | 51.92 | 0.87 | 0.47 |
| Hex | DF | C3 | F | 0 | D | 5D | D | 34 | 57 | 2F |
| Octal | 337 | 303 | 17 | 0 | 15 | 135 | 15 | 64 | 127 | 57 |
| Binary | 11011111 | 11000011 | 1111 | 0 | 1101 | 1011101 | 1101 | 110100 | 1010111 | 101111 |
Color Harmonies of #DFC30F
Complementary color
Monochromatic Colors of #DFC30F
Black with #DFC30F
Text Example
Text Example
White with #DFC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC30F; }
p { color: rgb(223,195,15); }
H1.HeaderClassName
{
color: #DFC30F;
}
.AnyTagClassName
{
color: #DFC30F;
}
</style>
background-color css
<style>
a { background-color: #DFC30F; }
a { background-color: rgb(223,195,15); }
div.DivClassName
{
background-color: #DFC30F;
}
.BgClassName
{
background-color: #DFC30F;
}
</style>
border-color css
<style>
span { border-color: #DFC30F; }
span { border-color: rgb(223,195,15); }
td.TdClassName
{
border-color: #DFC30F;
}
.TagClassName
{
border-color: #DFC30F;
}
</style>