Shades of Sunflower #D9B505
Tints of Sunflower #D9B505
RGB
CMYK
RGB Variations
Color information
#D9B505 (or 0xD9B505) is known color: Sunflower. HEX triplet: D9, B5 and 05. RGB value is (217,181,5). Sum of RGB (Red+Green+Blue) = 217+181+5=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9B505 is #264AFA. Grayscale: #ACACAC. Windows color (decimal): -2509563 or 374233. OLE color: 374233.
HSL color Cylindrical-coordinate representation of color #D9B505: hue angle of 49.81º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9B505 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 181 | 5 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.15 |
| HSL | 49.81º | 0.95% | 0.44% | - |
| HSV(B) | 49.81º | 0.98% | 0.85% | - |
| XYZ | 45.17 | 47.81 | 6.99 | - |
| YUV | 171.7 | 33.93 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 5 | 0 | 0.17 | 0.98 | 0.15 | 49.81 | 0.95 | 0.44 |
| Hex | D9 | B5 | 5 | 0 | 11 | 62 | F | 32 | 5F | 2C |
| Octal | 331 | 265 | 5 | 0 | 21 | 142 | 17 | 62 | 137 | 54 |
| Binary | 11011001 | 10110101 | 101 | 0 | 10001 | 1100010 | 1111 | 110010 | 1011111 | 101100 |
Color Harmonies of #D9B505
Complementary color
Monochromatic Colors of #D9B505
Black with #D9B505
Text Example
Text Example
White with #D9B505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B505; }
p { color: rgb(217,181,5); }
H1.HeaderClassName
{
color: #D9B505;
}
.AnyTagClassName
{
color: #D9B505;
}
</style>
background-color css
<style>
a { background-color: #D9B505; }
a { background-color: rgb(217,181,5); }
div.DivClassName
{
background-color: #D9B505;
}
.BgClassName
{
background-color: #D9B505;
}
</style>
border-color css
<style>
span { border-color: #D9B505; }
span { border-color: rgb(217,181,5); }
td.TdClassName
{
border-color: #D9B505;
}
.TagClassName
{
border-color: #D9B505;
}
</style>