Shades of Sunflower #DFC81B
Tints of Sunflower #DFC81B
RGB
CMYK
RGB Variations
Color information
#DFC81B (or 0xDFC81B) is known color: Sunflower. HEX triplet: DF, C8 and 1B. RGB value is (223,200,27). Sum of RGB (Red+Green+Blue) = 223+200+27=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 27 (10.94% from 255 or 6% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC81B is #2037E4. Grayscale: #BBBBBB. Windows color (decimal): -2111461 or 1820895. OLE color: 1820895.
HSL color Cylindrical-coordinate representation of color #DFC81B: hue angle of 52.96º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFC81B is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 27 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.13 |
| HSL | 52.96º | 0.78% | 0.49% | - |
| HSV(B) | 52.96º | 0.88% | 0.87% | - |
| XYZ | 51.28 | 57.08 | 9.35 | - |
| YUV | 187.16 | 37.62 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 27 | 0 | 0.10 | 0.88 | 0.13 | 52.96 | 0.78 | 0.49 |
| Hex | DF | C8 | 1B | 0 | A | 58 | D | 35 | 4E | 31 |
| Octal | 337 | 310 | 33 | 0 | 12 | 130 | 15 | 65 | 116 | 61 |
| Binary | 11011111 | 11001000 | 11011 | 0 | 1010 | 1011000 | 1101 | 110101 | 1001110 | 110001 |
Color Harmonies of #DFC81B
Complementary color
Monochromatic Colors of #DFC81B
Black with #DFC81B
Text Example
Text Example
White with #DFC81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC81B; }
p { color: rgb(223,200,27); }
H1.HeaderClassName
{
color: #DFC81B;
}
.AnyTagClassName
{
color: #DFC81B;
}
</style>
background-color css
<style>
a { background-color: #DFC81B; }
a { background-color: rgb(223,200,27); }
div.DivClassName
{
background-color: #DFC81B;
}
.BgClassName
{
background-color: #DFC81B;
}
</style>
border-color css
<style>
span { border-color: #DFC81B; }
span { border-color: rgb(223,200,27); }
td.TdClassName
{
border-color: #DFC81B;
}
.TagClassName
{
border-color: #DFC81B;
}
</style>