Shades of Sunflower #DFCC12
Tints of Sunflower #DFCC12
RGB
CMYK
RGB Variations
Color information
#DFCC12 (or 0xDFCC12) is known color: Sunflower. HEX triplet: DF, CC and 12. RGB value is (223,204,18). Sum of RGB (Red+Green+Blue) = 223+204+18=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 18 (7.42% from 255 or 4.04% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCC12 is #2033ED. Grayscale: #BDBDBD. Windows color (decimal): -2110446 or 1232095. OLE color: 1232095.
HSL color Cylindrical-coordinate representation of color #DFCC12: hue angle of 54.44º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFCC12 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 18 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.13 |
| HSL | 54.44º | 0.85% | 0.47% | - |
| HSV(B) | 54.44º | 0.92% | 0.87% | - |
| XYZ | 52.13 | 58.92 | 9.2 | - |
| YUV | 188.48 | 31.79 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 18 | 0 | 0.09 | 0.92 | 0.13 | 54.44 | 0.85 | 0.47 |
| Hex | DF | CC | 12 | 0 | 9 | 5C | D | 36 | 55 | 2F |
| Octal | 337 | 314 | 22 | 0 | 11 | 134 | 15 | 66 | 125 | 57 |
| Binary | 11011111 | 11001100 | 10010 | 0 | 1001 | 1011100 | 1101 | 110110 | 1010101 | 101111 |
Color Harmonies of #DFCC12
Complementary color
Monochromatic Colors of #DFCC12
Black with #DFCC12
Text Example
Text Example
White with #DFCC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC12; }
p { color: rgb(223,204,18); }
H1.HeaderClassName
{
color: #DFCC12;
}
.AnyTagClassName
{
color: #DFCC12;
}
</style>
background-color css
<style>
a { background-color: #DFCC12; }
a { background-color: rgb(223,204,18); }
div.DivClassName
{
background-color: #DFCC12;
}
.BgClassName
{
background-color: #DFCC12;
}
</style>
border-color css
<style>
span { border-color: #DFCC12; }
span { border-color: rgb(223,204,18); }
td.TdClassName
{
border-color: #DFCC12;
}
.TagClassName
{
border-color: #DFCC12;
}
</style>