Shades of Sunflower #D9BE0D
Tints of Sunflower #D9BE0D
RGB
CMYK
RGB Variations
Color information
#D9BE0D (or 0xD9BE0D) is known color: Sunflower. HEX triplet: D9, BE and 0D. RGB value is (217,190,13). Sum of RGB (Red+Green+Blue) = 217+190+13=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BE0D is #2641F2. Grayscale: #B2B2B2. Windows color (decimal): -2507251 or 900825. OLE color: 900825.
HSL color Cylindrical-coordinate representation of color #D9BE0D: hue angle of 52.06º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9BE0D is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 13 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.15 |
| HSL | 52.06º | 0.89% | 0.45% | - |
| HSV(B) | 52.06º | 0.94% | 0.85% | - |
| XYZ | 47.1 | 51.61 | 7.86 | - |
| YUV | 177.9 | 34.95 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 13 | 0 | 0.12 | 0.94 | 0.15 | 52.06 | 0.89 | 0.45 |
| Hex | D9 | BE | D | 0 | C | 5E | F | 34 | 59 | 2D |
| Octal | 331 | 276 | 15 | 0 | 14 | 136 | 17 | 64 | 131 | 55 |
| Binary | 11011001 | 10111110 | 1101 | 0 | 1100 | 1011110 | 1111 | 110100 | 1011001 | 101101 |
Color Harmonies of #D9BE0D
Complementary color
Monochromatic Colors of #D9BE0D
Black with #D9BE0D
Text Example
Text Example
White with #D9BE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE0D; }
p { color: rgb(217,190,13); }
H1.HeaderClassName
{
color: #D9BE0D;
}
.AnyTagClassName
{
color: #D9BE0D;
}
</style>
background-color css
<style>
a { background-color: #D9BE0D; }
a { background-color: rgb(217,190,13); }
div.DivClassName
{
background-color: #D9BE0D;
}
.BgClassName
{
background-color: #D9BE0D;
}
</style>
border-color css
<style>
span { border-color: #D9BE0D; }
span { border-color: rgb(217,190,13); }
td.TdClassName
{
border-color: #D9BE0D;
}
.TagClassName
{
border-color: #D9BE0D;
}
</style>