Shades of Sunflower #DFCD0A
Tints of Sunflower #DFCD0A
RGB
CMYK
RGB Variations
Color information
#DFCD0A (or 0xDFCD0A) is known color: Sunflower. HEX triplet: DF, CD and 0A. RGB value is (223,205,10). Sum of RGB (Red+Green+Blue) = 223+205+10=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 10 (4.30% from 255 or 2.28% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCD0A is #2032F5. Grayscale: #BCBCBC. Windows color (decimal): -2110198 or 708063. OLE color: 708063.
HSL color Cylindrical-coordinate representation of color #DFCD0A: hue angle of 54.93º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFCD0A is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 10 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.13 |
| HSL | 54.93º | 0.91% | 0.46% | - |
| HSV(B) | 54.93º | 0.96% | 0.87% | - |
| XYZ | 52.32 | 59.37 | 8.99 | - |
| YUV | 188.15 | 27.46 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 10 | 0 | 0.08 | 0.96 | 0.13 | 54.93 | 0.91 | 0.46 |
| Hex | DF | CD | A | 0 | 8 | 60 | D | 37 | 5B | 2E |
| Octal | 337 | 315 | 12 | 0 | 10 | 140 | 15 | 67 | 133 | 56 |
| Binary | 11011111 | 11001101 | 1010 | 0 | 1000 | 1100000 | 1101 | 110111 | 1011011 | 101110 |
Color Harmonies of #DFCD0A
Complementary color
Monochromatic Colors of #DFCD0A
Black with #DFCD0A
Text Example
Text Example
White with #DFCD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD0A; }
p { color: rgb(223,205,10); }
H1.HeaderClassName
{
color: #DFCD0A;
}
.AnyTagClassName
{
color: #DFCD0A;
}
</style>
background-color css
<style>
a { background-color: #DFCD0A; }
a { background-color: rgb(223,205,10); }
div.DivClassName
{
background-color: #DFCD0A;
}
.BgClassName
{
background-color: #DFCD0A;
}
</style>
border-color css
<style>
span { border-color: #DFCD0A; }
span { border-color: rgb(223,205,10); }
td.TdClassName
{
border-color: #DFCD0A;
}
.TagClassName
{
border-color: #DFCD0A;
}
</style>