Shades of Sunflower #D7B610
Tints of Sunflower #D7B610
RGB
CMYK
RGB Variations
Color information
#D7B610 (or 0xD7B610) is known color: Sunflower. HEX triplet: D7, B6 and 10. RGB value is (215,182,16). Sum of RGB (Red+Green+Blue) = 215+182+16=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7B610 is #2849EF. Grayscale: #ADADAD. Windows color (decimal): -2640368 or 1095383. OLE color: 1095383.
HSL color Cylindrical-coordinate representation of color #D7B610: hue angle of 50.05º 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 #D7B610 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 182 | 16 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.16 |
| HSL | 50.05º | 0.86% | 0.45% | - |
| HSV(B) | 50.05º | 0.93% | 0.84% | - |
| XYZ | 44.85 | 47.94 | 7.38 | - |
| YUV | 172.94 | 39.43 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 182 | 16 | 0 | 0.15 | 0.93 | 0.16 | 50.05 | 0.86 | 0.45 |
| Hex | D7 | B6 | 10 | 0 | F | 5D | 10 | 32 | 56 | 2D |
| Octal | 327 | 266 | 20 | 0 | 17 | 135 | 20 | 62 | 126 | 55 |
| Binary | 11010111 | 10110110 | 10000 | 0 | 1111 | 1011101 | 10000 | 110010 | 1010110 | 101101 |
Color Harmonies of #D7B610
Complementary color
Monochromatic Colors of #D7B610
Black with #D7B610
Text Example
Text Example
White with #D7B610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B610; }
p { color: rgb(215,182,16); }
H1.HeaderClassName
{
color: #D7B610;
}
.AnyTagClassName
{
color: #D7B610;
}
</style>
background-color css
<style>
a { background-color: #D7B610; }
a { background-color: rgb(215,182,16); }
div.DivClassName
{
background-color: #D7B610;
}
.BgClassName
{
background-color: #D7B610;
}
</style>
border-color css
<style>
span { border-color: #D7B610; }
span { border-color: rgb(215,182,16); }
td.TdClassName
{
border-color: #D7B610;
}
.TagClassName
{
border-color: #D7B610;
}
</style>