Shades of Sunflower #D7C518
Tints of Sunflower #D7C518
RGB
CMYK
RGB Variations
Color information
#D7C518 (or 0xD7C518) is known color: Sunflower. HEX triplet: D7, C5 and 18. RGB value is (215,197,24). Sum of RGB (Red+Green+Blue) = 215+197+24=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C518 is #283AE7. Grayscale: #B7B7B7. Windows color (decimal): -2636520 or 1623511. OLE color: 1623511.
HSL color Cylindrical-coordinate representation of color #D7C518: hue angle of 54.35º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D7C518 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 197 | 24 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.16 |
| HSL | 54.35º | 0.8% | 0.47% | - |
| HSV(B) | 54.35º | 0.89% | 0.84% | - |
| XYZ | 48.16 | 54.45 | 8.84 | - |
| YUV | 182.66 | 38.46 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 197 | 24 | 0 | 0.08 | 0.89 | 0.16 | 54.35 | 0.8 | 0.47 |
| Hex | D7 | C5 | 18 | 0 | 8 | 59 | 10 | 36 | 50 | 2F |
| Octal | 327 | 305 | 30 | 0 | 10 | 131 | 20 | 66 | 120 | 57 |
| Binary | 11010111 | 11000101 | 11000 | 0 | 1000 | 1011001 | 10000 | 110110 | 1010000 | 101111 |
Color Harmonies of #D7C518
Complementary color
Monochromatic Colors of #D7C518
Black with #D7C518
Text Example
Text Example
White with #D7C518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C518; }
p { color: rgb(215,197,24); }
H1.HeaderClassName
{
color: #D7C518;
}
.AnyTagClassName
{
color: #D7C518;
}
</style>
background-color css
<style>
a { background-color: #D7C518; }
a { background-color: rgb(215,197,24); }
div.DivClassName
{
background-color: #D7C518;
}
.BgClassName
{
background-color: #D7C518;
}
</style>
border-color css
<style>
span { border-color: #D7C518; }
span { border-color: rgb(215,197,24); }
td.TdClassName
{
border-color: #D7C518;
}
.TagClassName
{
border-color: #D7C518;
}
</style>