Shades of Sunflower #D3BA23
Tints of Sunflower #D3BA23
RGB
CMYK
RGB Variations
Color information
#D3BA23 (or 0xD3BA23) is known color: Sunflower. HEX triplet: D3, BA and 23. RGB value is (211,186,35). Sum of RGB (Red+Green+Blue) = 211+186+35=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 35 (14.06% from 255 or 8.10% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BA23 is #2C45DC. Grayscale: #B0B0B0. Windows color (decimal): -2901469 or 2341587. OLE color: 2341587.
HSL color Cylindrical-coordinate representation of color #D3BA23: hue angle of 51.48º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3BA23 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 35 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.17 |
| HSL | 51.48º | 0.72% | 0.48% | - |
| HSV(B) | 51.48º | 0.83% | 0.83% | - |
| XYZ | 44.73 | 49.09 | 8.71 | - |
| YUV | 176.26 | 48.28 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 35 | 0 | 0.12 | 0.83 | 0.17 | 51.48 | 0.72 | 0.48 |
| Hex | D3 | BA | 23 | 0 | C | 53 | 11 | 33 | 48 | 30 |
| Octal | 323 | 272 | 43 | 0 | 14 | 123 | 21 | 63 | 110 | 60 |
| Binary | 11010011 | 10111010 | 100011 | 0 | 1100 | 1010011 | 10001 | 110011 | 1001000 | 110000 |
Color Harmonies of #D3BA23
Complementary color
Monochromatic Colors of #D3BA23
Black with #D3BA23
Text Example
Text Example
White with #D3BA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BA23; }
p { color: rgb(211,186,35); }
H1.HeaderClassName
{
color: #D3BA23;
}
.AnyTagClassName
{
color: #D3BA23;
}
</style>
background-color css
<style>
a { background-color: #D3BA23; }
a { background-color: rgb(211,186,35); }
div.DivClassName
{
background-color: #D3BA23;
}
.BgClassName
{
background-color: #D3BA23;
}
</style>
border-color css
<style>
span { border-color: #D3BA23; }
span { border-color: rgb(211,186,35); }
td.TdClassName
{
border-color: #D3BA23;
}
.TagClassName
{
border-color: #D3BA23;
}
</style>