Shades of Sunflower #D7BD18
Tints of Sunflower #D7BD18
RGB
CMYK
RGB Variations
Color information
#D7BD18 (or 0xD7BD18) is known color: Sunflower. HEX triplet: D7, BD and 18. RGB value is (215,189,24). Sum of RGB (Red+Green+Blue) = 215+189+24=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BD18 is #2842E7. Grayscale: #B2B2B2. Windows color (decimal): -2638568 or 1621463. OLE color: 1621463.
HSL color Cylindrical-coordinate representation of color #D7BD18: hue angle of 51.83º 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 #D7BD18 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 24 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.16 |
| HSL | 51.83º | 0.8% | 0.47% | - |
| HSV(B) | 51.83º | 0.89% | 0.84% | - |
| XYZ | 46.39 | 50.91 | 8.25 | - |
| YUV | 177.96 | 41.11 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 24 | 0 | 0.12 | 0.89 | 0.16 | 51.83 | 0.8 | 0.47 |
| Hex | D7 | BD | 18 | 0 | C | 59 | 10 | 34 | 50 | 2F |
| Octal | 327 | 275 | 30 | 0 | 14 | 131 | 20 | 64 | 120 | 57 |
| Binary | 11010111 | 10111101 | 11000 | 0 | 1100 | 1011001 | 10000 | 110100 | 1010000 | 101111 |
Color Harmonies of #D7BD18
Complementary color
Monochromatic Colors of #D7BD18
Black with #D7BD18
Text Example
Text Example
White with #D7BD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD18; }
p { color: rgb(215,189,24); }
H1.HeaderClassName
{
color: #D7BD18;
}
.AnyTagClassName
{
color: #D7BD18;
}
</style>
background-color css
<style>
a { background-color: #D7BD18; }
a { background-color: rgb(215,189,24); }
div.DivClassName
{
background-color: #D7BD18;
}
.BgClassName
{
background-color: #D7BD18;
}
</style>
border-color css
<style>
span { border-color: #D7BD18; }
span { border-color: rgb(215,189,24); }
td.TdClassName
{
border-color: #D7BD18;
}
.TagClassName
{
border-color: #D7BD18;
}
</style>