Shades of Sunflower #D6B615
Tints of Sunflower #D6B615
RGB
CMYK
RGB Variations
Color information
#D6B615 (or 0xD6B615) is known color: Sunflower. HEX triplet: D6, B6 and 15. RGB value is (214,182,21). Sum of RGB (Red+Green+Blue) = 214+182+21=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B615 is #2949EA. Grayscale: #ADADAD. Windows color (decimal): -2705899 or 1423062. OLE color: 1423062.
HSL color Cylindrical-coordinate representation of color #D6B615: hue angle of 50.05º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6B615 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 182 | 21 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.16 |
| HSL | 50.05º | 0.82% | 0.46% | - |
| HSV(B) | 50.05º | 0.9% | 0.84% | - |
| XYZ | 44.59 | 47.81 | 7.59 | - |
| YUV | 173.21 | 42.1 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 182 | 21 | 0 | 0.15 | 0.90 | 0.16 | 50.05 | 0.82 | 0.46 |
| Hex | D6 | B6 | 15 | 0 | F | 5A | 10 | 32 | 52 | 2E |
| Octal | 326 | 266 | 25 | 0 | 17 | 132 | 20 | 62 | 122 | 56 |
| Binary | 11010110 | 10110110 | 10101 | 0 | 1111 | 1011010 | 10000 | 110010 | 1010010 | 101110 |
Color Harmonies of #D6B615
Complementary color
Monochromatic Colors of #D6B615
Black with #D6B615
Text Example
Text Example
White with #D6B615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B615; }
p { color: rgb(214,182,21); }
H1.HeaderClassName
{
color: #D6B615;
}
.AnyTagClassName
{
color: #D6B615;
}
</style>
background-color css
<style>
a { background-color: #D6B615; }
a { background-color: rgb(214,182,21); }
div.DivClassName
{
background-color: #D6B615;
}
.BgClassName
{
background-color: #D6B615;
}
</style>
border-color css
<style>
span { border-color: #D6B615; }
span { border-color: rgb(214,182,21); }
td.TdClassName
{
border-color: #D6B615;
}
.TagClassName
{
border-color: #D6B615;
}
</style>