Shades of Sunflower #D6B71D
Tints of Sunflower #D6B71D
RGB
CMYK
RGB Variations
Color information
#D6B71D (or 0xD6B71D) is known color: Sunflower. HEX triplet: D6, B7 and 1D. RGB value is (214,183,29). Sum of RGB (Red+Green+Blue) = 214+183+29=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B71D is #2948E2. Grayscale: #AFAFAF. Windows color (decimal): -2705635 or 1947606. OLE color: 1947606.
HSL color Cylindrical-coordinate representation of color #D6B71D: hue angle of 49.95º 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 #D6B71D is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 29 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.16 |
| HSL | 49.95º | 0.76% | 0.48% | - |
| HSV(B) | 49.95º | 0.86% | 0.84% | - |
| XYZ | 44.89 | 48.25 | 8.11 | - |
| YUV | 174.71 | 45.77 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 29 | 0 | 0.14 | 0.86 | 0.16 | 49.95 | 0.76 | 0.48 |
| Hex | D6 | B7 | 1D | 0 | E | 56 | 10 | 32 | 4C | 30 |
| Octal | 326 | 267 | 35 | 0 | 16 | 126 | 20 | 62 | 114 | 60 |
| Binary | 11010110 | 10110111 | 11101 | 0 | 1110 | 1010110 | 10000 | 110010 | 1001100 | 110000 |
Color Harmonies of #D6B71D
Complementary color
Monochromatic Colors of #D6B71D
Black with #D6B71D
Text Example
Text Example
White with #D6B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B71D; }
p { color: rgb(214,183,29); }
H1.HeaderClassName
{
color: #D6B71D;
}
.AnyTagClassName
{
color: #D6B71D;
}
</style>
background-color css
<style>
a { background-color: #D6B71D; }
a { background-color: rgb(214,183,29); }
div.DivClassName
{
background-color: #D6B71D;
}
.BgClassName
{
background-color: #D6B71D;
}
</style>
border-color css
<style>
span { border-color: #D6B71D; }
span { border-color: rgb(214,183,29); }
td.TdClassName
{
border-color: #D6B71D;
}
.TagClassName
{
border-color: #D6B71D;
}
</style>