Shades of Sunflower #DFC008
Tints of Sunflower #DFC008
RGB
CMYK
RGB Variations
Color information
#DFC008 (or 0xDFC008) is known color: Sunflower. HEX triplet: DF, C0 and 08. RGB value is (223,192,8). Sum of RGB (Red+Green+Blue) = 223+192+8=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC008 is #203FF7. Grayscale: #B5B5B5. Windows color (decimal): -2113528 or 573663. OLE color: 573663.
HSL color Cylindrical-coordinate representation of color #DFC008: hue angle of 51.35º 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 #DFC008 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 8 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.13 |
| HSL | 51.35º | 0.93% | 0.45% | - |
| HSV(B) | 51.35º | 0.96% | 0.87% | - |
| XYZ | 49.32 | 53.4 | 7.94 | - |
| YUV | 180.29 | 30.77 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 8 | 0 | 0.14 | 0.96 | 0.13 | 51.35 | 0.93 | 0.45 |
| Hex | DF | C0 | 8 | 0 | E | 60 | D | 33 | 5D | 2D |
| Octal | 337 | 300 | 10 | 0 | 16 | 140 | 15 | 63 | 135 | 55 |
| Binary | 11011111 | 11000000 | 1000 | 0 | 1110 | 1100000 | 1101 | 110011 | 1011101 | 101101 |
Color Harmonies of #DFC008
Complementary color
Monochromatic Colors of #DFC008
Black with #DFC008
Text Example
Text Example
White with #DFC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC008; }
p { color: rgb(223,192,8); }
H1.HeaderClassName
{
color: #DFC008;
}
.AnyTagClassName
{
color: #DFC008;
}
</style>
background-color css
<style>
a { background-color: #DFC008; }
a { background-color: rgb(223,192,8); }
div.DivClassName
{
background-color: #DFC008;
}
.BgClassName
{
background-color: #DFC008;
}
</style>
border-color css
<style>
span { border-color: #DFC008; }
span { border-color: rgb(223,192,8); }
td.TdClassName
{
border-color: #DFC008;
}
.TagClassName
{
border-color: #DFC008;
}
</style>