Shades of Sunflower #DFCC08
Tints of Sunflower #DFCC08
RGB
CMYK
RGB Variations
Color information
#DFCC08 (or 0xDFCC08) is known color: Sunflower. HEX triplet: DF, CC and 08. RGB value is (223,204,8). Sum of RGB (Red+Green+Blue) = 223+204+8=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 8 (3.52% from 255 or 1.84% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCC08 is #2033F7. Grayscale: #BCBCBC. Windows color (decimal): -2110456 or 576735. OLE color: 576735.
HSL color Cylindrical-coordinate representation of color #DFCC08: hue angle of 54.7º 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 #DFCC08 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 8 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.13 |
| HSL | 54.7º | 0.93% | 0.45% | - |
| HSV(B) | 54.7º | 0.96% | 0.87% | - |
| XYZ | 52.07 | 58.89 | 8.85 | - |
| YUV | 187.34 | 26.79 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 8 | 0 | 0.09 | 0.96 | 0.13 | 54.7 | 0.93 | 0.45 |
| Hex | DF | CC | 8 | 0 | 9 | 60 | D | 37 | 5D | 2D |
| Octal | 337 | 314 | 10 | 0 | 11 | 140 | 15 | 67 | 135 | 55 |
| Binary | 11011111 | 11001100 | 1000 | 0 | 1001 | 1100000 | 1101 | 110111 | 1011101 | 101101 |
Color Harmonies of #DFCC08
Complementary color
Monochromatic Colors of #DFCC08
Black with #DFCC08
Text Example
Text Example
White with #DFCC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC08; }
p { color: rgb(223,204,8); }
H1.HeaderClassName
{
color: #DFCC08;
}
.AnyTagClassName
{
color: #DFCC08;
}
</style>
background-color css
<style>
a { background-color: #DFCC08; }
a { background-color: rgb(223,204,8); }
div.DivClassName
{
background-color: #DFCC08;
}
.BgClassName
{
background-color: #DFCC08;
}
</style>
border-color css
<style>
span { border-color: #DFCC08; }
span { border-color: rgb(223,204,8); }
td.TdClassName
{
border-color: #DFCC08;
}
.TagClassName
{
border-color: #DFCC08;
}
</style>