Shades of Sunflower #D7B20D
Tints of Sunflower #D7B20D
RGB
CMYK
RGB Variations
Color information
#D7B20D (or 0xD7B20D) is known color: Sunflower. HEX triplet: D7, B2 and 0D. RGB value is (215,178,13). Sum of RGB (Red+Green+Blue) = 215+178+13=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7B20D is #284DF2. Grayscale: #AAAAAA. Windows color (decimal): -2641395 or 897751. OLE color: 897751.
HSL color Cylindrical-coordinate representation of color #D7B20D: hue angle of 49.01º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7B20D is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 178 | 13 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.16 |
| HSL | 49.01º | 0.89% | 0.45% | - |
| HSV(B) | 49.01º | 0.94% | 0.84% | - |
| XYZ | 44.02 | 46.32 | 7 | - |
| YUV | 170.25 | 39.26 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 178 | 13 | 0 | 0.17 | 0.94 | 0.16 | 49.01 | 0.89 | 0.45 |
| Hex | D7 | B2 | D | 0 | 11 | 5E | 10 | 31 | 59 | 2D |
| Octal | 327 | 262 | 15 | 0 | 21 | 136 | 20 | 61 | 131 | 55 |
| Binary | 11010111 | 10110010 | 1101 | 0 | 10001 | 1011110 | 10000 | 110001 | 1011001 | 101101 |
Color Harmonies of #D7B20D
Complementary color
Monochromatic Colors of #D7B20D
Black with #D7B20D
Text Example
Text Example
White with #D7B20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B20D; }
p { color: rgb(215,178,13); }
H1.HeaderClassName
{
color: #D7B20D;
}
.AnyTagClassName
{
color: #D7B20D;
}
</style>
background-color css
<style>
a { background-color: #D7B20D; }
a { background-color: rgb(215,178,13); }
div.DivClassName
{
background-color: #D7B20D;
}
.BgClassName
{
background-color: #D7B20D;
}
</style>
border-color css
<style>
span { border-color: #D7B20D; }
span { border-color: rgb(215,178,13); }
td.TdClassName
{
border-color: #D7B20D;
}
.TagClassName
{
border-color: #D7B20D;
}
</style>