Shades of Sunflower #DFCA0C
Tints of Sunflower #DFCA0C
RGB
CMYK
RGB Variations
Color information
#DFCA0C (or 0xDFCA0C) is known color: Sunflower. HEX triplet: DF, CA and 0C. RGB value is (223,202,12). Sum of RGB (Red+Green+Blue) = 223+202+12=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 12 (5.08% from 255 or 2.75% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCA0C is #2035F3. Grayscale: #BBBBBB. Windows color (decimal): -2110964 or 838367. OLE color: 838367.
HSL color Cylindrical-coordinate representation of color #DFCA0C: hue angle of 54.03º 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 #DFCA0C is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 12 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.13 |
| HSL | 54.03º | 0.9% | 0.46% | - |
| HSV(B) | 54.03º | 0.95% | 0.87% | - |
| XYZ | 51.62 | 57.96 | 8.81 | - |
| YUV | 186.62 | 29.46 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 12 | 0 | 0.09 | 0.95 | 0.13 | 54.03 | 0.9 | 0.46 |
| Hex | DF | CA | C | 0 | 9 | 5F | D | 36 | 5A | 2E |
| Octal | 337 | 312 | 14 | 0 | 11 | 137 | 15 | 66 | 132 | 56 |
| Binary | 11011111 | 11001010 | 1100 | 0 | 1001 | 1011111 | 1101 | 110110 | 1011010 | 101110 |
Color Harmonies of #DFCA0C
Complementary color
Monochromatic Colors of #DFCA0C
Black with #DFCA0C
Text Example
Text Example
White with #DFCA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCA0C; }
p { color: rgb(223,202,12); }
H1.HeaderClassName
{
color: #DFCA0C;
}
.AnyTagClassName
{
color: #DFCA0C;
}
</style>
background-color css
<style>
a { background-color: #DFCA0C; }
a { background-color: rgb(223,202,12); }
div.DivClassName
{
background-color: #DFCA0C;
}
.BgClassName
{
background-color: #DFCA0C;
}
</style>
border-color css
<style>
span { border-color: #DFCA0C; }
span { border-color: rgb(223,202,12); }
td.TdClassName
{
border-color: #DFCA0C;
}
.TagClassName
{
border-color: #DFCA0C;
}
</style>