Shades of Sunflower #DFC20C
Tints of Sunflower #DFC20C
RGB
CMYK
RGB Variations
Color information
#DFC20C (or 0xDFC20C) is known color: Sunflower. HEX triplet: DF, C2 and 0C. RGB value is (223,194,12). Sum of RGB (Red+Green+Blue) = 223+194+12=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC20C is #203DF3. Grayscale: #B6B6B6. Windows color (decimal): -2113012 or 836319. OLE color: 836319.
HSL color Cylindrical-coordinate representation of color #DFC20C: hue angle of 51.75º 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 #DFC20C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.13 |
| HSL | 51.75º | 0.9% | 0.46% | - |
| HSV(B) | 51.75º | 0.95% | 0.87% | - |
| XYZ | 49.79 | 54.3 | 8.2 | - |
| YUV | 181.92 | 32.11 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 12 | 0 | 0.13 | 0.95 | 0.13 | 51.75 | 0.9 | 0.46 |
| Hex | DF | C2 | C | 0 | D | 5F | D | 34 | 5A | 2E |
| Octal | 337 | 302 | 14 | 0 | 15 | 137 | 15 | 64 | 132 | 56 |
| Binary | 11011111 | 11000010 | 1100 | 0 | 1101 | 1011111 | 1101 | 110100 | 1011010 | 101110 |
Color Harmonies of #DFC20C
Complementary color
Monochromatic Colors of #DFC20C
Black with #DFC20C
Text Example
Text Example
White with #DFC20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC20C; }
p { color: rgb(223,194,12); }
H1.HeaderClassName
{
color: #DFC20C;
}
.AnyTagClassName
{
color: #DFC20C;
}
</style>
background-color css
<style>
a { background-color: #DFC20C; }
a { background-color: rgb(223,194,12); }
div.DivClassName
{
background-color: #DFC20C;
}
.BgClassName
{
background-color: #DFC20C;
}
</style>
border-color css
<style>
span { border-color: #DFC20C; }
span { border-color: rgb(223,194,12); }
td.TdClassName
{
border-color: #DFC20C;
}
.TagClassName
{
border-color: #DFC20C;
}
</style>