Shades of Sunflower #D6B10D
Tints of Sunflower #D6B10D
RGB
CMYK
RGB Variations
Color information
#D6B10D (or 0xD6B10D) is known color: Sunflower. HEX triplet: D6, B1 and 0D. RGB value is (214,177,13). Sum of RGB (Red+Green+Blue) = 214+177+13=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 13 (5.47% from 255 or 3.22% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B10D is #294EF2. Grayscale: #AAAAAA. Windows color (decimal): -2707187 or 897494. OLE color: 897494.
HSL color Cylindrical-coordinate representation of color #D6B10D: hue angle of 48.96º 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 #D6B10D is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 13 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.16 |
| HSL | 48.96º | 0.89% | 0.45% | - |
| HSV(B) | 48.96º | 0.94% | 0.84% | - |
| XYZ | 43.53 | 45.77 | 6.92 | - |
| YUV | 169.37 | 39.76 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 13 | 0 | 0.17 | 0.94 | 0.16 | 48.96 | 0.89 | 0.45 |
| Hex | D6 | B1 | D | 0 | 11 | 5E | 10 | 31 | 59 | 2D |
| Octal | 326 | 261 | 15 | 0 | 21 | 136 | 20 | 61 | 131 | 55 |
| Binary | 11010110 | 10110001 | 1101 | 0 | 10001 | 1011110 | 10000 | 110001 | 1011001 | 101101 |
Color Harmonies of #D6B10D
Complementary color
Monochromatic Colors of #D6B10D
Black with #D6B10D
Text Example
Text Example
White with #D6B10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B10D; }
p { color: rgb(214,177,13); }
H1.HeaderClassName
{
color: #D6B10D;
}
.AnyTagClassName
{
color: #D6B10D;
}
</style>
background-color css
<style>
a { background-color: #D6B10D; }
a { background-color: rgb(214,177,13); }
div.DivClassName
{
background-color: #D6B10D;
}
.BgClassName
{
background-color: #D6B10D;
}
</style>
border-color css
<style>
span { border-color: #D6B10D; }
span { border-color: rgb(214,177,13); }
td.TdClassName
{
border-color: #D6B10D;
}
.TagClassName
{
border-color: #D6B10D;
}
</style>