Shades of Sunflower #DFCF03
Tints of Sunflower #DFCF03
RGB
CMYK
RGB Variations
Color information
#DFCF03 (or 0xDFCF03) is known color: Sunflower. HEX triplet: DF, CF and 03. RGB value is (223,207,3). Sum of RGB (Red+Green+Blue) = 223+207+3=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 3 (1.56% from 255 or 0.69% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCF03 is #2030FC. Grayscale: #BDBDBD. Windows color (decimal): -2109693 or 249823. OLE color: 249823.
HSL color Cylindrical-coordinate representation of color #DFCF03: hue angle of 55.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DFCF03 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 3 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.13 |
| HSL | 55.64º | 0.97% | 0.44% | - |
| HSV(B) | 55.64º | 0.99% | 0.87% | - |
| XYZ | 52.76 | 60.32 | 8.95 | - |
| YUV | 188.53 | 23.3 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 3 | 0 | 0.07 | 0.99 | 0.13 | 55.64 | 0.97 | 0.44 |
| Hex | DF | CF | 3 | 0 | 7 | 63 | D | 38 | 61 | 2C |
| Octal | 337 | 317 | 3 | 0 | 7 | 143 | 15 | 70 | 141 | 54 |
| Binary | 11011111 | 11001111 | 11 | 0 | 111 | 1100011 | 1101 | 111000 | 1100001 | 101100 |
Color Harmonies of #DFCF03
Complementary color
Monochromatic Colors of #DFCF03
Black with #DFCF03
Text Example
Text Example
White with #DFCF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF03; }
p { color: rgb(223,207,3); }
H1.HeaderClassName
{
color: #DFCF03;
}
.AnyTagClassName
{
color: #DFCF03;
}
</style>
background-color css
<style>
a { background-color: #DFCF03; }
a { background-color: rgb(223,207,3); }
div.DivClassName
{
background-color: #DFCF03;
}
.BgClassName
{
background-color: #DFCF03;
}
</style>
border-color css
<style>
span { border-color: #DFCF03; }
span { border-color: rgb(223,207,3); }
td.TdClassName
{
border-color: #DFCF03;
}
.TagClassName
{
border-color: #DFCF03;
}
</style>