Shades of Sunflower #D6B610
Tints of Sunflower #D6B610
RGB
CMYK
RGB Variations
Color information
#D6B610 (or 0xD6B610) is known color: Sunflower. HEX triplet: D6, B6 and 10. RGB value is (214,182,16). Sum of RGB (Red+Green+Blue) = 214+182+16=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B610 is #2949EF. Grayscale: #ADADAD. Windows color (decimal): -2705904 or 1095382. OLE color: 1095382.
HSL color Cylindrical-coordinate representation of color #D6B610: hue angle of 50.3º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6B610 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 182 | 16 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.16 |
| HSL | 50.3º | 0.86% | 0.45% | - |
| HSV(B) | 50.3º | 0.93% | 0.84% | - |
| XYZ | 44.55 | 47.79 | 7.37 | - |
| YUV | 172.64 | 39.6 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 182 | 16 | 0 | 0.15 | 0.93 | 0.16 | 50.3 | 0.86 | 0.45 |
| Hex | D6 | B6 | 10 | 0 | F | 5D | 10 | 32 | 56 | 2D |
| Octal | 326 | 266 | 20 | 0 | 17 | 135 | 20 | 62 | 126 | 55 |
| Binary | 11010110 | 10110110 | 10000 | 0 | 1111 | 1011101 | 10000 | 110010 | 1010110 | 101101 |
Color Harmonies of #D6B610
Complementary color
Monochromatic Colors of #D6B610
Black with #D6B610
Text Example
Text Example
White with #D6B610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B610; }
p { color: rgb(214,182,16); }
H1.HeaderClassName
{
color: #D6B610;
}
.AnyTagClassName
{
color: #D6B610;
}
</style>
background-color css
<style>
a { background-color: #D6B610; }
a { background-color: rgb(214,182,16); }
div.DivClassName
{
background-color: #D6B610;
}
.BgClassName
{
background-color: #D6B610;
}
</style>
border-color css
<style>
span { border-color: #D6B610; }
span { border-color: rgb(214,182,16); }
td.TdClassName
{
border-color: #D6B610;
}
.TagClassName
{
border-color: #D6B610;
}
</style>