Shades of Sunflower #D6B31D
Tints of Sunflower #D6B31D
RGB
CMYK
RGB Variations
Color information
#D6B31D (or 0xD6B31D) is known color: Sunflower. HEX triplet: D6, B3 and 1D. RGB value is (214,179,29). Sum of RGB (Red+Green+Blue) = 214+179+29=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B31D is #294CE2. Grayscale: #ADADAD. Windows color (decimal): -2706659 or 1946582. OLE color: 1946582.
HSL color Cylindrical-coordinate representation of color #D6B31D: hue angle of 48.65º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6B31D is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 29 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.16 |
| HSL | 48.65º | 0.76% | 0.48% | - |
| HSV(B) | 48.65º | 0.86% | 0.84% | - |
| XYZ | 44.07 | 46.63 | 7.84 | - |
| YUV | 172.37 | 47.1 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 29 | 0 | 0.16 | 0.86 | 0.16 | 48.65 | 0.76 | 0.48 |
| Hex | D6 | B3 | 1D | 0 | 10 | 56 | 10 | 31 | 4C | 30 |
| Octal | 326 | 263 | 35 | 0 | 20 | 126 | 20 | 61 | 114 | 60 |
| Binary | 11010110 | 10110011 | 11101 | 0 | 10000 | 1010110 | 10000 | 110001 | 1001100 | 110000 |
Color Harmonies of #D6B31D
Complementary color
Monochromatic Colors of #D6B31D
Black with #D6B31D
Text Example
Text Example
White with #D6B31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B31D; }
p { color: rgb(214,179,29); }
H1.HeaderClassName
{
color: #D6B31D;
}
.AnyTagClassName
{
color: #D6B31D;
}
</style>
background-color css
<style>
a { background-color: #D6B31D; }
a { background-color: rgb(214,179,29); }
div.DivClassName
{
background-color: #D6B31D;
}
.BgClassName
{
background-color: #D6B31D;
}
</style>
border-color css
<style>
span { border-color: #D6B31D; }
span { border-color: rgb(214,179,29); }
td.TdClassName
{
border-color: #D6B31D;
}
.TagClassName
{
border-color: #D6B31D;
}
</style>