Shades of Sunflower #D6B117
Tints of Sunflower #D6B117
RGB
CMYK
RGB Variations
Color information
#D6B117 (or 0xD6B117) is known color: Sunflower. HEX triplet: D6, B1 and 17. RGB value is (214,177,23). Sum of RGB (Red+Green+Blue) = 214+177+23=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B117 is #294EE8. Grayscale: #ABABAB. Windows color (decimal): -2707177 or 1552854. OLE color: 1552854.
HSL color Cylindrical-coordinate representation of color #D6B117: hue angle of 48.38º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6B117 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 23 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.16 |
| HSL | 48.38º | 0.81% | 0.46% | - |
| HSV(B) | 48.38º | 0.89% | 0.84% | - |
| XYZ | 43.61 | 45.8 | 7.35 | - |
| YUV | 170.51 | 44.76 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 23 | 0 | 0.17 | 0.89 | 0.16 | 48.38 | 0.81 | 0.46 |
| Hex | D6 | B1 | 17 | 0 | 11 | 59 | 10 | 30 | 51 | 2E |
| Octal | 326 | 261 | 27 | 0 | 21 | 131 | 20 | 60 | 121 | 56 |
| Binary | 11010110 | 10110001 | 10111 | 0 | 10001 | 1011001 | 10000 | 110000 | 1010001 | 101110 |
Color Harmonies of #D6B117
Complementary color
Monochromatic Colors of #D6B117
Black with #D6B117
Text Example
Text Example
White with #D6B117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B117; }
p { color: rgb(214,177,23); }
H1.HeaderClassName
{
color: #D6B117;
}
.AnyTagClassName
{
color: #D6B117;
}
</style>
background-color css
<style>
a { background-color: #D6B117; }
a { background-color: rgb(214,177,23); }
div.DivClassName
{
background-color: #D6B117;
}
.BgClassName
{
background-color: #D6B117;
}
</style>
border-color css
<style>
span { border-color: #D6B117; }
span { border-color: rgb(214,177,23); }
td.TdClassName
{
border-color: #D6B117;
}
.TagClassName
{
border-color: #D6B117;
}
</style>