Shades of Sunflower #D3BA25
Tints of Sunflower #D3BA25
RGB
CMYK
RGB Variations
Color information
#D3BA25 (or 0xD3BA25) is known color: Sunflower. HEX triplet: D3, BA and 25. RGB value is (211,186,37). Sum of RGB (Red+Green+Blue) = 211+186+37=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BA25 is #2C45DA. Grayscale: #B1B1B1. Windows color (decimal): -2901467 or 2472659. OLE color: 2472659.
HSL color Cylindrical-coordinate representation of color #D3BA25: hue angle of 51.38º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3BA25 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 37 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.17 |
| HSL | 51.38º | 0.7% | 0.49% | - |
| HSV(B) | 51.38º | 0.82% | 0.83% | - |
| XYZ | 44.76 | 49.1 | 8.87 | - |
| YUV | 176.49 | 49.28 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 37 | 0 | 0.12 | 0.82 | 0.17 | 51.38 | 0.7 | 0.49 |
| Hex | D3 | BA | 25 | 0 | C | 52 | 11 | 33 | 46 | 31 |
| Octal | 323 | 272 | 45 | 0 | 14 | 122 | 21 | 63 | 106 | 61 |
| Binary | 11010011 | 10111010 | 100101 | 0 | 1100 | 1010010 | 10001 | 110011 | 1000110 | 110001 |
Color Harmonies of #D3BA25
Complementary color
Monochromatic Colors of #D3BA25
Black with #D3BA25
Text Example
Text Example
White with #D3BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BA25; }
p { color: rgb(211,186,37); }
H1.HeaderClassName
{
color: #D3BA25;
}
.AnyTagClassName
{
color: #D3BA25;
}
</style>
background-color css
<style>
a { background-color: #D3BA25; }
a { background-color: rgb(211,186,37); }
div.DivClassName
{
background-color: #D3BA25;
}
.BgClassName
{
background-color: #D3BA25;
}
</style>
border-color css
<style>
span { border-color: #D3BA25; }
span { border-color: rgb(211,186,37); }
td.TdClassName
{
border-color: #D3BA25;
}
.TagClassName
{
border-color: #D3BA25;
}
</style>