Shades of Sunflower #DFC31D
Tints of Sunflower #DFC31D
RGB
CMYK
RGB Variations
Color information
#DFC31D (or 0xDFC31D) is known color: Sunflower. HEX triplet: DF, C3 and 1D. RGB value is (223,195,29). Sum of RGB (Red+Green+Blue) = 223+195+29=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 29 (11.72% from 255 or 6.49% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC31D is #203CE2. Grayscale: #B9B9B9. Windows color (decimal): -2112739 or 1950687. OLE color: 1950687.
HSL color Cylindrical-coordinate representation of color #DFC31D: hue angle of 51.34º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFC31D is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 29 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.13 |
| HSL | 51.34º | 0.77% | 0.49% | - |
| HSV(B) | 51.34º | 0.87% | 0.87% | - |
| XYZ | 50.17 | 54.81 | 9.1 | - |
| YUV | 184.45 | 40.28 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 29 | 0 | 0.13 | 0.87 | 0.13 | 51.34 | 0.77 | 0.49 |
| Hex | DF | C3 | 1D | 0 | D | 57 | D | 33 | 4D | 31 |
| Octal | 337 | 303 | 35 | 0 | 15 | 127 | 15 | 63 | 115 | 61 |
| Binary | 11011111 | 11000011 | 11101 | 0 | 1101 | 1010111 | 1101 | 110011 | 1001101 | 110001 |
Color Harmonies of #DFC31D
Complementary color
Monochromatic Colors of #DFC31D
Black with #DFC31D
Text Example
Text Example
White with #DFC31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC31D; }
p { color: rgb(223,195,29); }
H1.HeaderClassName
{
color: #DFC31D;
}
.AnyTagClassName
{
color: #DFC31D;
}
</style>
background-color css
<style>
a { background-color: #DFC31D; }
a { background-color: rgb(223,195,29); }
div.DivClassName
{
background-color: #DFC31D;
}
.BgClassName
{
background-color: #DFC31D;
}
</style>
border-color css
<style>
span { border-color: #DFC31D; }
span { border-color: rgb(223,195,29); }
td.TdClassName
{
border-color: #DFC31D;
}
.TagClassName
{
border-color: #DFC31D;
}
</style>