Shades of Sunflower #D6B00D
Tints of Sunflower #D6B00D
RGB
CMYK
RGB Variations
Color information
#D6B00D (or 0xD6B00D) is known color: Sunflower. HEX triplet: D6, B0 and 0D. RGB value is (214,176,13). Sum of RGB (Red+Green+Blue) = 214+176+13=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B00D is #294FF2. Grayscale: #A9A9A9. Windows color (decimal): -2707443 or 897238. OLE color: 897238.
HSL color Cylindrical-coordinate representation of color #D6B00D: hue angle of 48.66º 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 #D6B00D is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 13 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.16 |
| HSL | 48.66º | 0.89% | 0.45% | - |
| HSV(B) | 48.66º | 0.94% | 0.84% | - |
| XYZ | 43.33 | 45.38 | 6.86 | - |
| YUV | 168.78 | 40.09 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 13 | 0 | 0.18 | 0.94 | 0.16 | 48.66 | 0.89 | 0.45 |
| Hex | D6 | B0 | D | 0 | 12 | 5E | 10 | 31 | 59 | 2D |
| Octal | 326 | 260 | 15 | 0 | 22 | 136 | 20 | 61 | 131 | 55 |
| Binary | 11010110 | 10110000 | 1101 | 0 | 10010 | 1011110 | 10000 | 110001 | 1011001 | 101101 |
Color Harmonies of #D6B00D
Complementary color
Monochromatic Colors of #D6B00D
Black with #D6B00D
Text Example
Text Example
White with #D6B00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B00D; }
p { color: rgb(214,176,13); }
H1.HeaderClassName
{
color: #D6B00D;
}
.AnyTagClassName
{
color: #D6B00D;
}
</style>
background-color css
<style>
a { background-color: #D6B00D; }
a { background-color: rgb(214,176,13); }
div.DivClassName
{
background-color: #D6B00D;
}
.BgClassName
{
background-color: #D6B00D;
}
</style>
border-color css
<style>
span { border-color: #D6B00D; }
span { border-color: rgb(214,176,13); }
td.TdClassName
{
border-color: #D6B00D;
}
.TagClassName
{
border-color: #D6B00D;
}
</style>