Shades of Sunflower #DFC31C
Tints of Sunflower #DFC31C
RGB
CMYK
RGB Variations
Color information
#DFC31C (or 0xDFC31C) is known color: Sunflower. HEX triplet: DF, C3 and 1C. RGB value is (223,195,28). Sum of RGB (Red+Green+Blue) = 223+195+28=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC31C is #203CE3. Grayscale: #B9B9B9. Windows color (decimal): -2112740 or 1885151. OLE color: 1885151.
HSL color Cylindrical-coordinate representation of color #DFC31C: hue angle of 51.38º 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 #DFC31C is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 28 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.13 |
| HSL | 51.38º | 0.78% | 0.49% | - |
| HSV(B) | 51.38º | 0.87% | 0.87% | - |
| XYZ | 50.16 | 54.8 | 9.03 | - |
| YUV | 184.33 | 39.78 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 28 | 0 | 0.13 | 0.87 | 0.13 | 51.38 | 0.78 | 0.49 |
| Hex | DF | C3 | 1C | 0 | D | 57 | D | 33 | 4E | 31 |
| Octal | 337 | 303 | 34 | 0 | 15 | 127 | 15 | 63 | 116 | 61 |
| Binary | 11011111 | 11000011 | 11100 | 0 | 1101 | 1010111 | 1101 | 110011 | 1001110 | 110001 |
Color Harmonies of #DFC31C
Complementary color
Monochromatic Colors of #DFC31C
Black with #DFC31C
Text Example
Text Example
White with #DFC31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC31C; }
p { color: rgb(223,195,28); }
H1.HeaderClassName
{
color: #DFC31C;
}
.AnyTagClassName
{
color: #DFC31C;
}
</style>
background-color css
<style>
a { background-color: #DFC31C; }
a { background-color: rgb(223,195,28); }
div.DivClassName
{
background-color: #DFC31C;
}
.BgClassName
{
background-color: #DFC31C;
}
</style>
border-color css
<style>
span { border-color: #DFC31C; }
span { border-color: rgb(223,195,28); }
td.TdClassName
{
border-color: #DFC31C;
}
.TagClassName
{
border-color: #DFC31C;
}
</style>