Shades of Sunflower #D4BA1A
Tints of Sunflower #D4BA1A
RGB
CMYK
RGB Variations
Color information
#D4BA1A (or 0xD4BA1A) is known color: Sunflower. HEX triplet: D4, BA and 1A. RGB value is (212,186,26). Sum of RGB (Red+Green+Blue) = 212+186+26=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 26 (10.55% from 255 or 6.13% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BA1A is #2B45E5. Grayscale: #B0B0B0. Windows color (decimal): -2835942 or 1751764. OLE color: 1751764.
HSL color Cylindrical-coordinate representation of color #D4BA1A: hue angle of 51.61º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4BA1A is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 26 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.17 |
| HSL | 51.61º | 0.78% | 0.47% | - |
| HSV(B) | 51.61º | 0.88% | 0.83% | - |
| XYZ | 44.9 | 49.19 | 8.11 | - |
| YUV | 175.53 | 43.61 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 26 | 0 | 0.12 | 0.88 | 0.17 | 51.61 | 0.78 | 0.47 |
| Hex | D4 | BA | 1A | 0 | C | 58 | 11 | 34 | 4E | 2F |
| Octal | 324 | 272 | 32 | 0 | 14 | 130 | 21 | 64 | 116 | 57 |
| Binary | 11010100 | 10111010 | 11010 | 0 | 1100 | 1011000 | 10001 | 110100 | 1001110 | 101111 |
Color Harmonies of #D4BA1A
Complementary color
Monochromatic Colors of #D4BA1A
Black with #D4BA1A
Text Example
Text Example
White with #D4BA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BA1A; }
p { color: rgb(212,186,26); }
H1.HeaderClassName
{
color: #D4BA1A;
}
.AnyTagClassName
{
color: #D4BA1A;
}
</style>
background-color css
<style>
a { background-color: #D4BA1A; }
a { background-color: rgb(212,186,26); }
div.DivClassName
{
background-color: #D4BA1A;
}
.BgClassName
{
background-color: #D4BA1A;
}
</style>
border-color css
<style>
span { border-color: #D4BA1A; }
span { border-color: rgb(212,186,26); }
td.TdClassName
{
border-color: #D4BA1A;
}
.TagClassName
{
border-color: #D4BA1A;
}
</style>