Shades of Sunflower #D7B31C
Tints of Sunflower #D7B31C
RGB
CMYK
RGB Variations
Color information
#D7B31C (or 0xD7B31C) is known color: Sunflower. HEX triplet: D7, B3 and 1C. RGB value is (215,179,28). Sum of RGB (Red+Green+Blue) = 215+179+28=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B31C is #284CE3. Grayscale: #ADADAD. Windows color (decimal): -2641124 or 1881047. OLE color: 1881047.
HSL color Cylindrical-coordinate representation of color #D7B31C: hue angle of 48.45º 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 #D7B31C is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 28 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.16 |
| HSL | 48.45º | 0.77% | 0.48% | - |
| HSV(B) | 48.45º | 0.87% | 0.84% | - |
| XYZ | 44.35 | 46.77 | 7.79 | - |
| YUV | 172.55 | 46.43 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 28 | 0 | 0.17 | 0.87 | 0.16 | 48.45 | 0.77 | 0.48 |
| Hex | D7 | B3 | 1C | 0 | 11 | 57 | 10 | 30 | 4D | 30 |
| Octal | 327 | 263 | 34 | 0 | 21 | 127 | 20 | 60 | 115 | 60 |
| Binary | 11010111 | 10110011 | 11100 | 0 | 10001 | 1010111 | 10000 | 110000 | 1001101 | 110000 |
Color Harmonies of #D7B31C
Complementary color
Monochromatic Colors of #D7B31C
Black with #D7B31C
Text Example
Text Example
White with #D7B31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B31C; }
p { color: rgb(215,179,28); }
H1.HeaderClassName
{
color: #D7B31C;
}
.AnyTagClassName
{
color: #D7B31C;
}
</style>
background-color css
<style>
a { background-color: #D7B31C; }
a { background-color: rgb(215,179,28); }
div.DivClassName
{
background-color: #D7B31C;
}
.BgClassName
{
background-color: #D7B31C;
}
</style>
border-color css
<style>
span { border-color: #D7B31C; }
span { border-color: rgb(215,179,28); }
td.TdClassName
{
border-color: #D7B31C;
}
.TagClassName
{
border-color: #D7B31C;
}
</style>