Shades of Sunflower #D7B30A
Tints of Sunflower #D7B30A
RGB
CMYK
RGB Variations
Color information
#D7B30A (or 0xD7B30A) is known color: Sunflower. HEX triplet: D7, B3 and 0A. RGB value is (215,179,10). Sum of RGB (Red+Green+Blue) = 215+179+10=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B30A is #284CF5. Grayscale: #ABABAB. Windows color (decimal): -2641142 or 701399. OLE color: 701399.
HSL color Cylindrical-coordinate representation of color #D7B30A: hue angle of 49.46º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7B30A is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 10 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.16 |
| HSL | 49.46º | 0.91% | 0.44% | - |
| HSV(B) | 49.46º | 0.95% | 0.84% | - |
| XYZ | 44.2 | 46.71 | 6.97 | - |
| YUV | 170.5 | 37.43 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 10 | 0 | 0.17 | 0.95 | 0.16 | 49.46 | 0.91 | 0.44 |
| Hex | D7 | B3 | A | 0 | 11 | 5F | 10 | 31 | 5B | 2C |
| Octal | 327 | 263 | 12 | 0 | 21 | 137 | 20 | 61 | 133 | 54 |
| Binary | 11010111 | 10110011 | 1010 | 0 | 10001 | 1011111 | 10000 | 110001 | 1011011 | 101100 |
Color Harmonies of #D7B30A
Complementary color
Monochromatic Colors of #D7B30A
Black with #D7B30A
Text Example
Text Example
White with #D7B30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B30A; }
p { color: rgb(215,179,10); }
H1.HeaderClassName
{
color: #D7B30A;
}
.AnyTagClassName
{
color: #D7B30A;
}
</style>
background-color css
<style>
a { background-color: #D7B30A; }
a { background-color: rgb(215,179,10); }
div.DivClassName
{
background-color: #D7B30A;
}
.BgClassName
{
background-color: #D7B30A;
}
</style>
border-color css
<style>
span { border-color: #D7B30A; }
span { border-color: rgb(215,179,10); }
td.TdClassName
{
border-color: #D7B30A;
}
.TagClassName
{
border-color: #D7B30A;
}
</style>