Shades of Sunflower #D7B71D
Tints of Sunflower #D7B71D
RGB
CMYK
RGB Variations
Color information
#D7B71D (or 0xD7B71D) is known color: Sunflower. HEX triplet: D7, B7 and 1D. RGB value is (215,183,29). Sum of RGB (Red+Green+Blue) = 215+183+29=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 29 (11.72% from 255 or 6.79% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B71D is #2848E2. Grayscale: #AFAFAF. Windows color (decimal): -2640099 or 1947607. OLE color: 1947607.
HSL color Cylindrical-coordinate representation of color #D7B71D: hue angle of 49.68º 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 #D7B71D is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 183 | 29 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.16 |
| HSL | 49.68º | 0.76% | 0.48% | - |
| HSV(B) | 49.68º | 0.87% | 0.84% | - |
| XYZ | 45.18 | 48.4 | 8.12 | - |
| YUV | 175.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 183 | 29 | 0 | 0.15 | 0.87 | 0.16 | 49.68 | 0.76 | 0.48 |
| Hex | D7 | B7 | 1D | 0 | F | 57 | 10 | 32 | 4C | 30 |
| Octal | 327 | 267 | 35 | 0 | 17 | 127 | 20 | 62 | 114 | 60 |
| Binary | 11010111 | 10110111 | 11101 | 0 | 1111 | 1010111 | 10000 | 110010 | 1001100 | 110000 |
Color Harmonies of #D7B71D
Complementary color
Monochromatic Colors of #D7B71D
Black with #D7B71D
Text Example
Text Example
White with #D7B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B71D; }
p { color: rgb(215,183,29); }
H1.HeaderClassName
{
color: #D7B71D;
}
.AnyTagClassName
{
color: #D7B71D;
}
</style>
background-color css
<style>
a { background-color: #D7B71D; }
a { background-color: rgb(215,183,29); }
div.DivClassName
{
background-color: #D7B71D;
}
.BgClassName
{
background-color: #D7B71D;
}
</style>
border-color css
<style>
span { border-color: #D7B71D; }
span { border-color: rgb(215,183,29); }
td.TdClassName
{
border-color: #D7B71D;
}
.TagClassName
{
border-color: #D7B71D;
}
</style>