Shades of Sunflower #DFC708
Tints of Sunflower #DFC708
RGB
CMYK
RGB Variations
Color information
#DFC708 (or 0xDFC708) is known color: Sunflower. HEX triplet: DF, C7 and 08. RGB value is (223,199,8). Sum of RGB (Red+Green+Blue) = 223+199+8=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 8 (3.52% from 255 or 1.86% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC708 is #2038F7. Grayscale: #B9B9B9. Windows color (decimal): -2111736 or 575455. OLE color: 575455.
HSL color Cylindrical-coordinate representation of color #DFC708: hue angle of 53.3º 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 #DFC708 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 8 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.13 |
| HSL | 53.3º | 0.93% | 0.45% | - |
| HSV(B) | 53.3º | 0.96% | 0.87% | - |
| XYZ | 50.9 | 56.55 | 8.46 | - |
| YUV | 184.4 | 28.45 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 8 | 0 | 0.11 | 0.96 | 0.13 | 53.3 | 0.93 | 0.45 |
| Hex | DF | C7 | 8 | 0 | B | 60 | D | 35 | 5D | 2D |
| Octal | 337 | 307 | 10 | 0 | 13 | 140 | 15 | 65 | 135 | 55 |
| Binary | 11011111 | 11000111 | 1000 | 0 | 1011 | 1100000 | 1101 | 110101 | 1011101 | 101101 |
Color Harmonies of #DFC708
Complementary color
Monochromatic Colors of #DFC708
Black with #DFC708
Text Example
Text Example
White with #DFC708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC708; }
p { color: rgb(223,199,8); }
H1.HeaderClassName
{
color: #DFC708;
}
.AnyTagClassName
{
color: #DFC708;
}
</style>
background-color css
<style>
a { background-color: #DFC708; }
a { background-color: rgb(223,199,8); }
div.DivClassName
{
background-color: #DFC708;
}
.BgClassName
{
background-color: #DFC708;
}
</style>
border-color css
<style>
span { border-color: #DFC708; }
span { border-color: rgb(223,199,8); }
td.TdClassName
{
border-color: #DFC708;
}
.TagClassName
{
border-color: #DFC708;
}
</style>