Shades of Sunflower #D7B91C
Tints of Sunflower #D7B91C
RGB
CMYK
RGB Variations
Color information
#D7B91C (or 0xD7B91C) is known color: Sunflower. HEX triplet: D7, B9 and 1C. RGB value is (215,185,28). Sum of RGB (Red+Green+Blue) = 215+185+28=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B91C is #2846E3. Grayscale: #B0B0B0. Windows color (decimal): -2639588 or 1882583. OLE color: 1882583.
HSL color Cylindrical-coordinate representation of color #D7B91C: hue angle of 50.37º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7B91C is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 28 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.16 |
| HSL | 50.37º | 0.77% | 0.48% | - |
| HSV(B) | 50.37º | 0.87% | 0.84% | - |
| XYZ | 45.58 | 49.23 | 8.2 | - |
| YUV | 176.07 | 44.44 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 28 | 0 | 0.14 | 0.87 | 0.16 | 50.37 | 0.77 | 0.48 |
| Hex | D7 | B9 | 1C | 0 | E | 57 | 10 | 32 | 4D | 30 |
| Octal | 327 | 271 | 34 | 0 | 16 | 127 | 20 | 62 | 115 | 60 |
| Binary | 11010111 | 10111001 | 11100 | 0 | 1110 | 1010111 | 10000 | 110010 | 1001101 | 110000 |
Color Harmonies of #D7B91C
Complementary color
Monochromatic Colors of #D7B91C
Black with #D7B91C
Text Example
Text Example
White with #D7B91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B91C; }
p { color: rgb(215,185,28); }
H1.HeaderClassName
{
color: #D7B91C;
}
.AnyTagClassName
{
color: #D7B91C;
}
</style>
background-color css
<style>
a { background-color: #D7B91C; }
a { background-color: rgb(215,185,28); }
div.DivClassName
{
background-color: #D7B91C;
}
.BgClassName
{
background-color: #D7B91C;
}
</style>
border-color css
<style>
span { border-color: #D7B91C; }
span { border-color: rgb(215,185,28); }
td.TdClassName
{
border-color: #D7B91C;
}
.TagClassName
{
border-color: #D7B91C;
}
</style>