Shades of Sunflower #DFCC1D
Tints of Sunflower #DFCC1D
RGB
CMYK
RGB Variations
Color information
#DFCC1D (or 0xDFCC1D) is known color: Sunflower. HEX triplet: DF, CC and 1D. RGB value is (223,204,29). Sum of RGB (Red+Green+Blue) = 223+204+29=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 29 (11.72% from 255 or 6.36% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC1D is #2033E2. Grayscale: #BEBEBE. Windows color (decimal): -2110435 or 1952991. OLE color: 1952991.
HSL color Cylindrical-coordinate representation of color #DFCC1D: hue angle of 54.12º degrees, saturation: 0.77, 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 #DFCC1D is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 29 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.13 |
| HSL | 54.12º | 0.77% | 0.49% | - |
| HSV(B) | 54.12º | 0.87% | 0.87% | - |
| XYZ | 52.25 | 58.96 | 9.79 | - |
| YUV | 189.73 | 37.29 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 29 | 0 | 0.09 | 0.87 | 0.13 | 54.12 | 0.77 | 0.49 |
| Hex | DF | CC | 1D | 0 | 9 | 57 | D | 36 | 4D | 31 |
| Octal | 337 | 314 | 35 | 0 | 11 | 127 | 15 | 66 | 115 | 61 |
| Binary | 11011111 | 11001100 | 11101 | 0 | 1001 | 1010111 | 1101 | 110110 | 1001101 | 110001 |
Color Harmonies of #DFCC1D
Complementary color
Monochromatic Colors of #DFCC1D
Black with #DFCC1D
Text Example
Text Example
White with #DFCC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC1D; }
p { color: rgb(223,204,29); }
H1.HeaderClassName
{
color: #DFCC1D;
}
.AnyTagClassName
{
color: #DFCC1D;
}
</style>
background-color css
<style>
a { background-color: #DFCC1D; }
a { background-color: rgb(223,204,29); }
div.DivClassName
{
background-color: #DFCC1D;
}
.BgClassName
{
background-color: #DFCC1D;
}
</style>
border-color css
<style>
span { border-color: #DFCC1D; }
span { border-color: rgb(223,204,29); }
td.TdClassName
{
border-color: #DFCC1D;
}
.TagClassName
{
border-color: #DFCC1D;
}
</style>