Shades of Sunflower #DFC31E
Tints of Sunflower #DFC31E
RGB
CMYK
RGB Variations
Color information
#DFC31E (or 0xDFC31E) is known color: Sunflower. HEX triplet: DF, C3 and 1E. RGB value is (223,195,30). Sum of RGB (Red+Green+Blue) = 223+195+30=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 30 (12.11% from 255 or 6.70% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC31E is #203CE1. Grayscale: #B9B9B9. Windows color (decimal): -2112738 or 2016223. OLE color: 2016223.
HSL color Cylindrical-coordinate representation of color #DFC31E: hue angle of 51.3º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFC31E is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 30 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.13 |
| HSL | 51.3º | 0.76% | 0.5% | - |
| HSV(B) | 51.3º | 0.87% | 0.87% | - |
| XYZ | 50.18 | 54.81 | 9.16 | - |
| YUV | 184.56 | 40.78 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 30 | 0 | 0.13 | 0.87 | 0.13 | 51.3 | 0.76 | 0.5 |
| Hex | DF | C3 | 1E | 0 | D | 57 | D | 33 | 4C | 32 |
| Octal | 337 | 303 | 36 | 0 | 15 | 127 | 15 | 63 | 114 | 62 |
| Binary | 11011111 | 11000011 | 11110 | 0 | 1101 | 1010111 | 1101 | 110011 | 1001100 | 110010 |
Color Harmonies of #DFC31E
Complementary color
Monochromatic Colors of #DFC31E
Black with #DFC31E
Text Example
Text Example
White with #DFC31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC31E; }
p { color: rgb(223,195,30); }
H1.HeaderClassName
{
color: #DFC31E;
}
.AnyTagClassName
{
color: #DFC31E;
}
</style>
background-color css
<style>
a { background-color: #DFC31E; }
a { background-color: rgb(223,195,30); }
div.DivClassName
{
background-color: #DFC31E;
}
.BgClassName
{
background-color: #DFC31E;
}
</style>
border-color css
<style>
span { border-color: #DFC31E; }
span { border-color: rgb(223,195,30); }
td.TdClassName
{
border-color: #DFC31E;
}
.TagClassName
{
border-color: #DFC31E;
}
</style>