Shades of Sunflower #DFC312
Tints of Sunflower #DFC312
RGB
CMYK
RGB Variations
Color information
#DFC312 (or 0xDFC312) is known color: Sunflower. HEX triplet: DF, C3 and 12. RGB value is (223,195,18). Sum of RGB (Red+Green+Blue) = 223+195+18=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC312 is #203CED. Grayscale: #B7B7B7. Windows color (decimal): -2112750 or 1229791. OLE color: 1229791.
HSL color Cylindrical-coordinate representation of color #DFC312: hue angle of 51.8º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFC312 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 18 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.13 |
| HSL | 51.8º | 0.85% | 0.47% | - |
| HSV(B) | 51.8º | 0.92% | 0.87% | - |
| XYZ | 50.06 | 54.76 | 8.5 | - |
| YUV | 183.19 | 34.78 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 18 | 0 | 0.13 | 0.92 | 0.13 | 51.8 | 0.85 | 0.47 |
| Hex | DF | C3 | 12 | 0 | D | 5C | D | 34 | 55 | 2F |
| Octal | 337 | 303 | 22 | 0 | 15 | 134 | 15 | 64 | 125 | 57 |
| Binary | 11011111 | 11000011 | 10010 | 0 | 1101 | 1011100 | 1101 | 110100 | 1010101 | 101111 |
Color Harmonies of #DFC312
Complementary color
Monochromatic Colors of #DFC312
Black with #DFC312
Text Example
Text Example
White with #DFC312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC312; }
p { color: rgb(223,195,18); }
H1.HeaderClassName
{
color: #DFC312;
}
.AnyTagClassName
{
color: #DFC312;
}
</style>
background-color css
<style>
a { background-color: #DFC312; }
a { background-color: rgb(223,195,18); }
div.DivClassName
{
background-color: #DFC312;
}
.BgClassName
{
background-color: #DFC312;
}
</style>
border-color css
<style>
span { border-color: #DFC312; }
span { border-color: rgb(223,195,18); }
td.TdClassName
{
border-color: #DFC312;
}
.TagClassName
{
border-color: #DFC312;
}
</style>