Shades of Sunflower #DFC908
Tints of Sunflower #DFC908
RGB
CMYK
RGB Variations
Color information
#DFC908 (or 0xDFC908) is known color: Sunflower. HEX triplet: DF, C9 and 08. RGB value is (223,201,8). Sum of RGB (Red+Green+Blue) = 223+201+8=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 8 (3.52% from 255 or 1.85% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC908 is #2036F7. Grayscale: #BABABA. Windows color (decimal): -2111224 or 575967. OLE color: 575967.
HSL color Cylindrical-coordinate representation of color #DFC908: hue angle of 53.86º 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 #DFC908 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 8 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.13 |
| HSL | 53.86º | 0.93% | 0.45% | - |
| HSV(B) | 53.86º | 0.96% | 0.87% | - |
| XYZ | 51.36 | 57.48 | 8.62 | - |
| YUV | 185.58 | 27.79 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 8 | 0 | 0.10 | 0.96 | 0.13 | 53.86 | 0.93 | 0.45 |
| Hex | DF | C9 | 8 | 0 | A | 60 | D | 36 | 5D | 2D |
| Octal | 337 | 311 | 10 | 0 | 12 | 140 | 15 | 66 | 135 | 55 |
| Binary | 11011111 | 11001001 | 1000 | 0 | 1010 | 1100000 | 1101 | 110110 | 1011101 | 101101 |
Color Harmonies of #DFC908
Complementary color
Monochromatic Colors of #DFC908
Black with #DFC908
Text Example
Text Example
White with #DFC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC908; }
p { color: rgb(223,201,8); }
H1.HeaderClassName
{
color: #DFC908;
}
.AnyTagClassName
{
color: #DFC908;
}
</style>
background-color css
<style>
a { background-color: #DFC908; }
a { background-color: rgb(223,201,8); }
div.DivClassName
{
background-color: #DFC908;
}
.BgClassName
{
background-color: #DFC908;
}
</style>
border-color css
<style>
span { border-color: #DFC908; }
span { border-color: rgb(223,201,8); }
td.TdClassName
{
border-color: #DFC908;
}
.TagClassName
{
border-color: #DFC908;
}
</style>