Shades of Sunflower #DFCD07
Tints of Sunflower #DFCD07
RGB
CMYK
RGB Variations
Color information
#DFCD07 (or 0xDFCD07) is known color: Sunflower. HEX triplet: DF, CD and 07. RGB value is (223,205,7). Sum of RGB (Red+Green+Blue) = 223+205+7=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 7 (3.12% from 255 or 1.61% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCD07 is #2032F8. Grayscale: #BCBCBC. Windows color (decimal): -2110201 or 511455. OLE color: 511455.
HSL color Cylindrical-coordinate representation of color #DFCD07: hue angle of 55º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DFCD07 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 7 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.13 |
| HSL | 55º | 0.94% | 0.45% | - |
| HSV(B) | 55º | 0.97% | 0.87% | - |
| XYZ | 52.3 | 59.37 | 8.9 | - |
| YUV | 187.81 | 25.96 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 7 | 0 | 0.08 | 0.97 | 0.13 | 55 | 0.94 | 0.45 |
| Hex | DF | CD | 7 | 0 | 8 | 61 | D | 37 | 5E | 2D |
| Octal | 337 | 315 | 7 | 0 | 10 | 141 | 15 | 67 | 136 | 55 |
| Binary | 11011111 | 11001101 | 111 | 0 | 1000 | 1100001 | 1101 | 110111 | 1011110 | 101101 |
Color Harmonies of #DFCD07
Complementary color
Monochromatic Colors of #DFCD07
Black with #DFCD07
Text Example
Text Example
White with #DFCD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD07; }
p { color: rgb(223,205,7); }
H1.HeaderClassName
{
color: #DFCD07;
}
.AnyTagClassName
{
color: #DFCD07;
}
</style>
background-color css
<style>
a { background-color: #DFCD07; }
a { background-color: rgb(223,205,7); }
div.DivClassName
{
background-color: #DFCD07;
}
.BgClassName
{
background-color: #DFCD07;
}
</style>
border-color css
<style>
span { border-color: #DFCD07; }
span { border-color: rgb(223,205,7); }
td.TdClassName
{
border-color: #DFCD07;
}
.TagClassName
{
border-color: #DFCD07;
}
</style>