Shades of Sunflower #DFCC13
Tints of Sunflower #DFCC13
RGB
CMYK
RGB Variations
Color information
#DFCC13 (or 0xDFCC13) is known color: Sunflower. HEX triplet: DF, CC and 13. RGB value is (223,204,19). Sum of RGB (Red+Green+Blue) = 223+204+19=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCC13 is #2033EC. Grayscale: #BDBDBD. Windows color (decimal): -2110445 or 1297631. OLE color: 1297631.
HSL color Cylindrical-coordinate representation of color #DFCC13: hue angle of 54.41º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFCC13 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 19 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.13 |
| HSL | 54.41º | 0.84% | 0.47% | - |
| HSV(B) | 54.41º | 0.91% | 0.87% | - |
| XYZ | 52.14 | 58.92 | 9.24 | - |
| YUV | 188.59 | 32.29 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 19 | 0 | 0.09 | 0.91 | 0.13 | 54.41 | 0.84 | 0.47 |
| Hex | DF | CC | 13 | 0 | 9 | 5B | D | 36 | 54 | 2F |
| Octal | 337 | 314 | 23 | 0 | 11 | 133 | 15 | 66 | 124 | 57 |
| Binary | 11011111 | 11001100 | 10011 | 0 | 1001 | 1011011 | 1101 | 110110 | 1010100 | 101111 |
Color Harmonies of #DFCC13
Complementary color
Monochromatic Colors of #DFCC13
Black with #DFCC13
Text Example
Text Example
White with #DFCC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC13; }
p { color: rgb(223,204,19); }
H1.HeaderClassName
{
color: #DFCC13;
}
.AnyTagClassName
{
color: #DFCC13;
}
</style>
background-color css
<style>
a { background-color: #DFCC13; }
a { background-color: rgb(223,204,19); }
div.DivClassName
{
background-color: #DFCC13;
}
.BgClassName
{
background-color: #DFCC13;
}
</style>
border-color css
<style>
span { border-color: #DFCC13; }
span { border-color: rgb(223,204,19); }
td.TdClassName
{
border-color: #DFCC13;
}
.TagClassName
{
border-color: #DFCC13;
}
</style>