Shades of Sunflower #D8C51C
Tints of Sunflower #D8C51C
RGB
CMYK
RGB Variations
Color information
#D8C51C (or 0xD8C51C) is known color: Sunflower. HEX triplet: D8, C5 and 1C. RGB value is (216,197,28). Sum of RGB (Red+Green+Blue) = 216+197+28=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 28 (11.33% from 255 or 6.35% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C51C is #273AE3. Grayscale: #B8B8B8. Windows color (decimal): -2570980 or 1885656. OLE color: 1885656.
HSL color Cylindrical-coordinate representation of color #D8C51C: hue angle of 53.94º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8C51C is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 197 | 28 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.15 |
| HSL | 53.94º | 0.77% | 0.48% | - |
| HSV(B) | 53.94º | 0.87% | 0.85% | - |
| XYZ | 48.49 | 54.62 | 9.08 | - |
| YUV | 183.42 | 40.29 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 28 | 0 | 0.09 | 0.87 | 0.15 | 53.94 | 0.77 | 0.48 |
| Hex | D8 | C5 | 1C | 0 | 9 | 57 | F | 36 | 4D | 30 |
| Octal | 330 | 305 | 34 | 0 | 11 | 127 | 17 | 66 | 115 | 60 |
| Binary | 11011000 | 11000101 | 11100 | 0 | 1001 | 1010111 | 1111 | 110110 | 1001101 | 110000 |
Color Harmonies of #D8C51C
Complementary color
Monochromatic Colors of #D8C51C
Black with #D8C51C
Text Example
Text Example
White with #D8C51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C51C; }
p { color: rgb(216,197,28); }
H1.HeaderClassName
{
color: #D8C51C;
}
.AnyTagClassName
{
color: #D8C51C;
}
</style>
background-color css
<style>
a { background-color: #D8C51C; }
a { background-color: rgb(216,197,28); }
div.DivClassName
{
background-color: #D8C51C;
}
.BgClassName
{
background-color: #D8C51C;
}
</style>
border-color css
<style>
span { border-color: #D8C51C; }
span { border-color: rgb(216,197,28); }
td.TdClassName
{
border-color: #D8C51C;
}
.TagClassName
{
border-color: #D8C51C;
}
</style>