Shades of Sunflower #DFCC01
Tints of Sunflower #DFCC01
RGB
CMYK
RGB Variations
Color information
#DFCC01 (or 0xDFCC01) is known color: Sunflower. HEX triplet: DF, CC and 01. RGB value is (223,204,1). Sum of RGB (Red+Green+Blue) = 223+204+1=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 1 (0.78% from 255 or 0.23% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCC01 is #2033FE. Grayscale: #BBBBBB. Windows color (decimal): -2110463 or 117983. OLE color: 117983.
HSL color Cylindrical-coordinate representation of color #DFCC01: hue angle of 54.86º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFCC01 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.13 |
| HSL | 54.86º | 0.99% | 0.44% | - |
| HSV(B) | 54.86º | 1% | 0.87% | - |
| XYZ | 52.03 | 58.88 | 8.65 | - |
| YUV | 186.54 | 23.29 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 1 | 0 | 0.09 | 1.00 | 0.13 | 54.86 | 0.99 | 0.44 |
| Hex | DF | CC | 1 | 0 | 9 | 64 | D | 37 | 63 | 2C |
| Octal | 337 | 314 | 1 | 0 | 11 | 144 | 15 | 67 | 143 | 54 |
| Binary | 11011111 | 11001100 | 1 | 0 | 1001 | 1100100 | 1101 | 110111 | 1100011 | 101100 |
Color Harmonies of #DFCC01
Complementary color
Monochromatic Colors of #DFCC01
Black with #DFCC01
Text Example
Text Example
White with #DFCC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC01; }
p { color: rgb(223,204,1); }
H1.HeaderClassName
{
color: #DFCC01;
}
.AnyTagClassName
{
color: #DFCC01;
}
</style>
background-color css
<style>
a { background-color: #DFCC01; }
a { background-color: rgb(223,204,1); }
div.DivClassName
{
background-color: #DFCC01;
}
.BgClassName
{
background-color: #DFCC01;
}
</style>
border-color css
<style>
span { border-color: #DFCC01; }
span { border-color: rgb(223,204,1); }
td.TdClassName
{
border-color: #DFCC01;
}
.TagClassName
{
border-color: #DFCC01;
}
</style>