Shades of Sunflower #D9B702
Tints of Sunflower #D9B702
RGB
CMYK
RGB Variations
Color information
#D9B702 (or 0xD9B702) is known color: Sunflower. HEX triplet: D9, B7 and 02. RGB value is (217,183,2). Sum of RGB (Red+Green+Blue) = 217+183+2=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9B702 is #2648FD. Grayscale: #ADADAD. Windows color (decimal): -2509054 or 178137. OLE color: 178137.
HSL color Cylindrical-coordinate representation of color #D9B702: hue angle of 50.51º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9B702 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 183 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.15 |
| HSL | 50.51º | 0.98% | 0.43% | - |
| HSV(B) | 50.51º | 0.99% | 0.85% | - |
| XYZ | 45.56 | 48.62 | 7.04 | - |
| YUV | 172.53 | 31.76 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 183 | 2 | 0 | 0.16 | 0.99 | 0.15 | 50.51 | 0.98 | 0.43 |
| Hex | D9 | B7 | 2 | 0 | 10 | 63 | F | 33 | 62 | 2B |
| Octal | 331 | 267 | 2 | 0 | 20 | 143 | 17 | 63 | 142 | 53 |
| Binary | 11011001 | 10110111 | 10 | 0 | 10000 | 1100011 | 1111 | 110011 | 1100010 | 101011 |
Color Harmonies of #D9B702
Complementary color
Monochromatic Colors of #D9B702
Black with #D9B702
Text Example
Text Example
White with #D9B702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B702; }
p { color: rgb(217,183,2); }
H1.HeaderClassName
{
color: #D9B702;
}
.AnyTagClassName
{
color: #D9B702;
}
</style>
background-color css
<style>
a { background-color: #D9B702; }
a { background-color: rgb(217,183,2); }
div.DivClassName
{
background-color: #D9B702;
}
.BgClassName
{
background-color: #D9B702;
}
</style>
border-color css
<style>
span { border-color: #D9B702; }
span { border-color: rgb(217,183,2); }
td.TdClassName
{
border-color: #D9B702;
}
.TagClassName
{
border-color: #D9B702;
}
</style>