Shades of Sunflower #DFD308
Tints of Sunflower #DFD308
RGB
CMYK
RGB Variations
Color information
#DFD308 (or 0xDFD308) is known color: Sunflower. HEX triplet: DF, D3 and 08. RGB value is (223,211,8). Sum of RGB (Red+Green+Blue) = 223+211+8=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 8 (3.52% from 255 or 1.81% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD308 is #202CF7. Grayscale: #C0C0C0. Windows color (decimal): -2108664 or 578527. OLE color: 578527.
HSL color Cylindrical-coordinate representation of color #DFD308: hue angle of 56.65º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFD308 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 8 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.13 |
| HSL | 56.65º | 0.93% | 0.45% | - |
| HSV(B) | 56.65º | 0.96% | 0.87% | - |
| XYZ | 53.77 | 62.29 | 9.42 | - |
| YUV | 191.45 | 24.48 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 8 | 0 | 0.05 | 0.96 | 0.13 | 56.65 | 0.93 | 0.45 |
| Hex | DF | D3 | 8 | 0 | 5 | 60 | D | 39 | 5D | 2D |
| Octal | 337 | 323 | 10 | 0 | 5 | 140 | 15 | 71 | 135 | 55 |
| Binary | 11011111 | 11010011 | 1000 | 0 | 101 | 1100000 | 1101 | 111001 | 1011101 | 101101 |
Color Harmonies of #DFD308
Complementary color
Monochromatic Colors of #DFD308
Black with #DFD308
Text Example
Text Example
White with #DFD308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD308; }
p { color: rgb(223,211,8); }
H1.HeaderClassName
{
color: #DFD308;
}
.AnyTagClassName
{
color: #DFD308;
}
</style>
background-color css
<style>
a { background-color: #DFD308; }
a { background-color: rgb(223,211,8); }
div.DivClassName
{
background-color: #DFD308;
}
.BgClassName
{
background-color: #DFD308;
}
</style>
border-color css
<style>
span { border-color: #DFD308; }
span { border-color: rgb(223,211,8); }
td.TdClassName
{
border-color: #DFD308;
}
.TagClassName
{
border-color: #DFD308;
}
</style>