Shades of Sunflower #D7B31D
Tints of Sunflower #D7B31D
RGB
CMYK
RGB Variations
Color information
#D7B31D (or 0xD7B31D) is known color: Sunflower. HEX triplet: D7, B3 and 1D. RGB value is (215,179,29). Sum of RGB (Red+Green+Blue) = 215+179+29=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 29 (11.72% from 255 or 6.86% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B31D is #284CE2. Grayscale: #ADADAD. Windows color (decimal): -2641123 or 1946583. OLE color: 1946583.
HSL color Cylindrical-coordinate representation of color #D7B31D: hue angle of 48.39º degrees, saturation: 0.76, 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 #D7B31D is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 29 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.16 |
| HSL | 48.39º | 0.76% | 0.48% | - |
| HSV(B) | 48.39º | 0.87% | 0.84% | - |
| XYZ | 44.37 | 46.78 | 7.85 | - |
| YUV | 172.66 | 46.93 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 29 | 0 | 0.17 | 0.87 | 0.16 | 48.39 | 0.76 | 0.48 |
| Hex | D7 | B3 | 1D | 0 | 11 | 57 | 10 | 30 | 4C | 30 |
| Octal | 327 | 263 | 35 | 0 | 21 | 127 | 20 | 60 | 114 | 60 |
| Binary | 11010111 | 10110011 | 11101 | 0 | 10001 | 1010111 | 10000 | 110000 | 1001100 | 110000 |
Color Harmonies of #D7B31D
Complementary color
Monochromatic Colors of #D7B31D
Black with #D7B31D
Text Example
Text Example
White with #D7B31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B31D; }
p { color: rgb(215,179,29); }
H1.HeaderClassName
{
color: #D7B31D;
}
.AnyTagClassName
{
color: #D7B31D;
}
</style>
background-color css
<style>
a { background-color: #D7B31D; }
a { background-color: rgb(215,179,29); }
div.DivClassName
{
background-color: #D7B31D;
}
.BgClassName
{
background-color: #D7B31D;
}
</style>
border-color css
<style>
span { border-color: #D7B31D; }
span { border-color: rgb(215,179,29); }
td.TdClassName
{
border-color: #D7B31D;
}
.TagClassName
{
border-color: #D7B31D;
}
</style>