Shades of Sunflower #DFCE00
Tints of Sunflower #DFCE00
RGB
CMYK
RGB Variations
Color information
#DFCE00 (or 0xDFCE00) is known color: Sunflower. HEX triplet: DF, CE and 00. RGB value is (223,206,0). Sum of RGB (Red+Green+Blue) = 223+206+0=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCE00 is #2031FF. Grayscale: #BCBCBC. Windows color (decimal): -2109952 or 52959. OLE color: 52959.
HSL color Cylindrical-coordinate representation of color #DFCE00: hue angle of 55.43º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFCE00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.13 |
| HSL | 55.43º | 1% | 0.44% | - |
| HSV(B) | 55.43º | 1% | 0.87% | - |
| XYZ | 52.5 | 59.83 | 8.78 | - |
| YUV | 187.6 | 22.13 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 0 | 0 | 0.08 | 1 | 0.13 | 55.43 | 1 | 0.44 |
| Hex | DF | CE | 0 | 0 | 8 | 64 | D | 37 | 64 | 2C |
| Octal | 337 | 316 | 0 | 0 | 10 | 144 | 15 | 67 | 144 | 54 |
| Binary | 11011111 | 11001110 | 0 | 0 | 1000 | 1100100 | 1101 | 110111 | 1100100 | 101100 |
Color Harmonies of #DFCE00
Complementary color
Monochromatic Colors of #DFCE00
Black with #DFCE00
Text Example
Text Example
White with #DFCE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCE00; }
p { color: rgb(223,206,0); }
H1.HeaderClassName
{
color: #DFCE00;
}
.AnyTagClassName
{
color: #DFCE00;
}
</style>
background-color css
<style>
a { background-color: #DFCE00; }
a { background-color: rgb(223,206,0); }
div.DivClassName
{
background-color: #DFCE00;
}
.BgClassName
{
background-color: #DFCE00;
}
</style>
border-color css
<style>
span { border-color: #DFCE00; }
span { border-color: rgb(223,206,0); }
td.TdClassName
{
border-color: #DFCE00;
}
.TagClassName
{
border-color: #DFCE00;
}
</style>