Shades of Sunflower #D7B312
Tints of Sunflower #D7B312
RGB
CMYK
RGB Variations
Color information
#D7B312 (or 0xD7B312) is known color: Sunflower. HEX triplet: D7, B3 and 12. RGB value is (215,179,18). Sum of RGB (Red+Green+Blue) = 215+179+18=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B312 is #284CED. Grayscale: #ACACAC. Windows color (decimal): -2641134 or 1225687. OLE color: 1225687.
HSL color Cylindrical-coordinate representation of color #D7B312: hue angle of 49.04º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7B312 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 18 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.16 |
| HSL | 49.04º | 0.85% | 0.46% | - |
| HSV(B) | 49.04º | 0.92% | 0.84% | - |
| XYZ | 44.25 | 46.73 | 7.26 | - |
| YUV | 171.41 | 41.43 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 18 | 0 | 0.17 | 0.92 | 0.16 | 49.04 | 0.85 | 0.46 |
| Hex | D7 | B3 | 12 | 0 | 11 | 5C | 10 | 31 | 55 | 2E |
| Octal | 327 | 263 | 22 | 0 | 21 | 134 | 20 | 61 | 125 | 56 |
| Binary | 11010111 | 10110011 | 10010 | 0 | 10001 | 1011100 | 10000 | 110001 | 1010101 | 101110 |
Color Harmonies of #D7B312
Complementary color
Monochromatic Colors of #D7B312
Black with #D7B312
Text Example
Text Example
White with #D7B312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B312; }
p { color: rgb(215,179,18); }
H1.HeaderClassName
{
color: #D7B312;
}
.AnyTagClassName
{
color: #D7B312;
}
</style>
background-color css
<style>
a { background-color: #D7B312; }
a { background-color: rgb(215,179,18); }
div.DivClassName
{
background-color: #D7B312;
}
.BgClassName
{
background-color: #D7B312;
}
</style>
border-color css
<style>
span { border-color: #D7B312; }
span { border-color: rgb(215,179,18); }
td.TdClassName
{
border-color: #D7B312;
}
.TagClassName
{
border-color: #D7B312;
}
</style>