Shades of Sunflower #D6B91B
Tints of Sunflower #D6B91B
RGB
CMYK
RGB Variations
Color information
#D6B91B (or 0xD6B91B) is known color: Sunflower. HEX triplet: D6, B9 and 1B. RGB value is (214,185,27). Sum of RGB (Red+Green+Blue) = 214+185+27=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B91B is #2946E4. Grayscale: #B0B0B0. Windows color (decimal): -2705125 or 1817046. OLE color: 1817046.
HSL color Cylindrical-coordinate representation of color #D6B91B: hue angle of 50.7º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6B91B is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 27 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.16 |
| HSL | 50.7º | 0.78% | 0.47% | - |
| HSV(B) | 50.7º | 0.87% | 0.84% | - |
| XYZ | 45.28 | 49.07 | 8.12 | - |
| YUV | 175.66 | 44.11 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 27 | 0 | 0.14 | 0.87 | 0.16 | 50.7 | 0.78 | 0.47 |
| Hex | D6 | B9 | 1B | 0 | E | 57 | 10 | 33 | 4E | 2F |
| Octal | 326 | 271 | 33 | 0 | 16 | 127 | 20 | 63 | 116 | 57 |
| Binary | 11010110 | 10111001 | 11011 | 0 | 1110 | 1010111 | 10000 | 110011 | 1001110 | 101111 |
Color Harmonies of #D6B91B
Complementary color
Monochromatic Colors of #D6B91B
Black with #D6B91B
Text Example
Text Example
White with #D6B91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B91B; }
p { color: rgb(214,185,27); }
H1.HeaderClassName
{
color: #D6B91B;
}
.AnyTagClassName
{
color: #D6B91B;
}
</style>
background-color css
<style>
a { background-color: #D6B91B; }
a { background-color: rgb(214,185,27); }
div.DivClassName
{
background-color: #D6B91B;
}
.BgClassName
{
background-color: #D6B91B;
}
</style>
border-color css
<style>
span { border-color: #D6B91B; }
span { border-color: rgb(214,185,27); }
td.TdClassName
{
border-color: #D6B91B;
}
.TagClassName
{
border-color: #D6B91B;
}
</style>