Shades of Sunflower #DFCC1C
Tints of Sunflower #DFCC1C
RGB
CMYK
RGB Variations
Color information
#DFCC1C (or 0xDFCC1C) is known color: Sunflower. HEX triplet: DF, CC and 1C. RGB value is (223,204,28). Sum of RGB (Red+Green+Blue) = 223+204+28=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 28 (11.33% from 255 or 6.15% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC1C is #2033E3. Grayscale: #BEBEBE. Windows color (decimal): -2110436 or 1887455. OLE color: 1887455.
HSL color Cylindrical-coordinate representation of color #DFCC1C: hue angle of 54.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFCC1C is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 28 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.13 |
| HSL | 54.15º | 0.78% | 0.49% | - |
| HSV(B) | 54.15º | 0.87% | 0.87% | - |
| XYZ | 52.23 | 58.96 | 9.73 | - |
| YUV | 189.62 | 36.79 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 28 | 0 | 0.09 | 0.87 | 0.13 | 54.15 | 0.78 | 0.49 |
| Hex | DF | CC | 1C | 0 | 9 | 57 | D | 36 | 4E | 31 |
| Octal | 337 | 314 | 34 | 0 | 11 | 127 | 15 | 66 | 116 | 61 |
| Binary | 11011111 | 11001100 | 11100 | 0 | 1001 | 1010111 | 1101 | 110110 | 1001110 | 110001 |
Color Harmonies of #DFCC1C
Complementary color
Monochromatic Colors of #DFCC1C
Black with #DFCC1C
Text Example
Text Example
White with #DFCC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC1C; }
p { color: rgb(223,204,28); }
H1.HeaderClassName
{
color: #DFCC1C;
}
.AnyTagClassName
{
color: #DFCC1C;
}
</style>
background-color css
<style>
a { background-color: #DFCC1C; }
a { background-color: rgb(223,204,28); }
div.DivClassName
{
background-color: #DFCC1C;
}
.BgClassName
{
background-color: #DFCC1C;
}
</style>
border-color css
<style>
span { border-color: #DFCC1C; }
span { border-color: rgb(223,204,28); }
td.TdClassName
{
border-color: #DFCC1C;
}
.TagClassName
{
border-color: #DFCC1C;
}
</style>