Shades of Sunflower #D9BE10
Tints of Sunflower #D9BE10
RGB
CMYK
RGB Variations
Color information
#D9BE10 (or 0xD9BE10) is known color: Sunflower. HEX triplet: D9, BE and 10. RGB value is (217,190,16). Sum of RGB (Red+Green+Blue) = 217+190+16=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BE10 is #2641EF. Grayscale: #B2B2B2. Windows color (decimal): -2507248 or 1097433. OLE color: 1097433.
HSL color Cylindrical-coordinate representation of color #D9BE10: hue angle of 51.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9BE10 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 16 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.15 |
| HSL | 51.94º | 0.86% | 0.46% | - |
| HSV(B) | 51.94º | 0.93% | 0.85% | - |
| XYZ | 47.12 | 51.62 | 7.97 | - |
| YUV | 178.24 | 36.45 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 16 | 0 | 0.12 | 0.93 | 0.15 | 51.94 | 0.86 | 0.46 |
| Hex | D9 | BE | 10 | 0 | C | 5D | F | 34 | 56 | 2E |
| Octal | 331 | 276 | 20 | 0 | 14 | 135 | 17 | 64 | 126 | 56 |
| Binary | 11011001 | 10111110 | 10000 | 0 | 1100 | 1011101 | 1111 | 110100 | 1010110 | 101110 |
Color Harmonies of #D9BE10
Complementary color
Monochromatic Colors of #D9BE10
Black with #D9BE10
Text Example
Text Example
White with #D9BE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE10; }
p { color: rgb(217,190,16); }
H1.HeaderClassName
{
color: #D9BE10;
}
.AnyTagClassName
{
color: #D9BE10;
}
</style>
background-color css
<style>
a { background-color: #D9BE10; }
a { background-color: rgb(217,190,16); }
div.DivClassName
{
background-color: #D9BE10;
}
.BgClassName
{
background-color: #D9BE10;
}
</style>
border-color css
<style>
span { border-color: #D9BE10; }
span { border-color: rgb(217,190,16); }
td.TdClassName
{
border-color: #D9BE10;
}
.TagClassName
{
border-color: #D9BE10;
}
</style>