Shades of Sunflower #D6B519
Tints of Sunflower #D6B519
RGB
CMYK
RGB Variations
Color information
#D6B519 (or 0xD6B519) is known color: Sunflower. HEX triplet: D6, B5 and 19. RGB value is (214,181,25). Sum of RGB (Red+Green+Blue) = 214+181+25=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B519 is #294AE6. Grayscale: #ADADAD. Windows color (decimal): -2706151 or 1684950. OLE color: 1684950.
HSL color Cylindrical-coordinate representation of color #D6B519: hue angle of 49.52º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6B519 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 25 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.16 |
| HSL | 49.52º | 0.79% | 0.47% | - |
| HSV(B) | 49.52º | 0.88% | 0.84% | - |
| XYZ | 44.43 | 47.41 | 7.73 | - |
| YUV | 173.08 | 44.43 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 25 | 0 | 0.15 | 0.88 | 0.16 | 49.52 | 0.79 | 0.47 |
| Hex | D6 | B5 | 19 | 0 | F | 58 | 10 | 32 | 4F | 2F |
| Octal | 326 | 265 | 31 | 0 | 17 | 130 | 20 | 62 | 117 | 57 |
| Binary | 11010110 | 10110101 | 11001 | 0 | 1111 | 1011000 | 10000 | 110010 | 1001111 | 101111 |
Color Harmonies of #D6B519
Complementary color
Monochromatic Colors of #D6B519
Black with #D6B519
Text Example
Text Example
White with #D6B519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B519; }
p { color: rgb(214,181,25); }
H1.HeaderClassName
{
color: #D6B519;
}
.AnyTagClassName
{
color: #D6B519;
}
</style>
background-color css
<style>
a { background-color: #D6B519; }
a { background-color: rgb(214,181,25); }
div.DivClassName
{
background-color: #D6B519;
}
.BgClassName
{
background-color: #D6B519;
}
</style>
border-color css
<style>
span { border-color: #D6B519; }
span { border-color: rgb(214,181,25); }
td.TdClassName
{
border-color: #D6B519;
}
.TagClassName
{
border-color: #D6B519;
}
</style>