Shades of Sunflower #D7BD24
Tints of Sunflower #D7BD24
RGB
CMYK
RGB Variations
Color information
#D7BD24 (or 0xD7BD24) is known color: Sunflower. HEX triplet: D7, BD and 24. RGB value is (215,189,36). Sum of RGB (Red+Green+Blue) = 215+189+36=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 36 (14.45% from 255 or 8.18% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BD24 is #2842DB. Grayscale: #B3B3B3. Windows color (decimal): -2638556 or 2407895. OLE color: 2407895.
HSL color Cylindrical-coordinate representation of color #D7BD24: hue angle of 51.28º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7BD24 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 36 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.16 |
| HSL | 51.28º | 0.71% | 0.49% | - |
| HSV(B) | 51.28º | 0.83% | 0.84% | - |
| XYZ | 46.54 | 50.97 | 9.05 | - |
| YUV | 179.33 | 47.11 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 36 | 0 | 0.12 | 0.83 | 0.16 | 51.28 | 0.71 | 0.49 |
| Hex | D7 | BD | 24 | 0 | C | 53 | 10 | 33 | 47 | 31 |
| Octal | 327 | 275 | 44 | 0 | 14 | 123 | 20 | 63 | 107 | 61 |
| Binary | 11010111 | 10111101 | 100100 | 0 | 1100 | 1010011 | 10000 | 110011 | 1000111 | 110001 |
Color Harmonies of #D7BD24
Complementary color
Monochromatic Colors of #D7BD24
Black with #D7BD24
Text Example
Text Example
White with #D7BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD24; }
p { color: rgb(215,189,36); }
H1.HeaderClassName
{
color: #D7BD24;
}
.AnyTagClassName
{
color: #D7BD24;
}
</style>
background-color css
<style>
a { background-color: #D7BD24; }
a { background-color: rgb(215,189,36); }
div.DivClassName
{
background-color: #D7BD24;
}
.BgClassName
{
background-color: #D7BD24;
}
</style>
border-color css
<style>
span { border-color: #D7BD24; }
span { border-color: rgb(215,189,36); }
td.TdClassName
{
border-color: #D7BD24;
}
.TagClassName
{
border-color: #D7BD24;
}
</style>