Shades of Sunflower #DFC327
Tints of Sunflower #DFC327
RGB
CMYK
RGB Variations
Color information
#DFC327 (or 0xDFC327) is known color: Sunflower. HEX triplet: DF, C3 and 27. RGB value is (223,195,39). Sum of RGB (Red+Green+Blue) = 223+195+39=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 39 (15.62% from 255 or 8.53% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC327 is #203CD8. Grayscale: #BABABA. Windows color (decimal): -2112729 or 2606047. OLE color: 2606047.
HSL color Cylindrical-coordinate representation of color #DFC327: hue angle of 50.87º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFC327 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 39 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.13 |
| HSL | 50.87º | 0.74% | 0.51% | - |
| HSV(B) | 50.87º | 0.83% | 0.87% | - |
| XYZ | 50.31 | 54.86 | 9.86 | - |
| YUV | 185.59 | 45.28 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 39 | 0 | 0.13 | 0.83 | 0.13 | 50.87 | 0.74 | 0.51 |
| Hex | DF | C3 | 27 | 0 | D | 53 | D | 33 | 4A | 33 |
| Octal | 337 | 303 | 47 | 0 | 15 | 123 | 15 | 63 | 112 | 63 |
| Binary | 11011111 | 11000011 | 100111 | 0 | 1101 | 1010011 | 1101 | 110011 | 1001010 | 110011 |
Color Harmonies of #DFC327
Complementary color
Monochromatic Colors of #DFC327
Black with #DFC327
Text Example
Text Example
White with #DFC327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC327; }
p { color: rgb(223,195,39); }
H1.HeaderClassName
{
color: #DFC327;
}
.AnyTagClassName
{
color: #DFC327;
}
</style>
background-color css
<style>
a { background-color: #DFC327; }
a { background-color: rgb(223,195,39); }
div.DivClassName
{
background-color: #DFC327;
}
.BgClassName
{
background-color: #DFC327;
}
</style>
border-color css
<style>
span { border-color: #DFC327; }
span { border-color: rgb(223,195,39); }
td.TdClassName
{
border-color: #DFC327;
}
.TagClassName
{
border-color: #DFC327;
}
</style>