Shades of Sunflower #DFCD0C
Tints of Sunflower #DFCD0C
RGB
CMYK
RGB Variations
Color information
#DFCD0C (or 0xDFCD0C) is known color: Sunflower. HEX triplet: DF, CD and 0C. RGB value is (223,205,12). Sum of RGB (Red+Green+Blue) = 223+205+12=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCD0C is #2032F3. Grayscale: #BDBDBD. Windows color (decimal): -2110196 or 839135. OLE color: 839135.
HSL color Cylindrical-coordinate representation of color #DFCD0C: hue angle of 54.88º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFCD0C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 12 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.13 |
| HSL | 54.88º | 0.9% | 0.46% | - |
| HSV(B) | 54.88º | 0.95% | 0.87% | - |
| XYZ | 52.33 | 59.38 | 9.05 | - |
| YUV | 188.38 | 28.46 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 12 | 0 | 0.08 | 0.95 | 0.13 | 54.88 | 0.9 | 0.46 |
| Hex | DF | CD | C | 0 | 8 | 5F | D | 37 | 5A | 2E |
| Octal | 337 | 315 | 14 | 0 | 10 | 137 | 15 | 67 | 132 | 56 |
| Binary | 11011111 | 11001101 | 1100 | 0 | 1000 | 1011111 | 1101 | 110111 | 1011010 | 101110 |
Color Harmonies of #DFCD0C
Complementary color
Monochromatic Colors of #DFCD0C
Black with #DFCD0C
Text Example
Text Example
White with #DFCD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD0C; }
p { color: rgb(223,205,12); }
H1.HeaderClassName
{
color: #DFCD0C;
}
.AnyTagClassName
{
color: #DFCD0C;
}
</style>
background-color css
<style>
a { background-color: #DFCD0C; }
a { background-color: rgb(223,205,12); }
div.DivClassName
{
background-color: #DFCD0C;
}
.BgClassName
{
background-color: #DFCD0C;
}
</style>
border-color css
<style>
span { border-color: #DFCD0C; }
span { border-color: rgb(223,205,12); }
td.TdClassName
{
border-color: #DFCD0C;
}
.TagClassName
{
border-color: #DFCD0C;
}
</style>