Shades of Sunflower #D4BA1F
Tints of Sunflower #D4BA1F
RGB
CMYK
RGB Variations
Color information
#D4BA1F (or 0xD4BA1F) is known color: Sunflower. HEX triplet: D4, BA and 1F. RGB value is (212,186,31). Sum of RGB (Red+Green+Blue) = 212+186+31=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BA1F is #2B45E0. Grayscale: #B0B0B0. Windows color (decimal): -2835937 or 2079444. OLE color: 2079444.
HSL color Cylindrical-coordinate representation of color #D4BA1F: hue angle of 51.38º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4BA1F is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 31 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.17 |
| HSL | 51.38º | 0.74% | 0.48% | - |
| HSV(B) | 51.38º | 0.85% | 0.83% | - |
| XYZ | 44.96 | 49.21 | 8.43 | - |
| YUV | 176.1 | 46.11 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 31 | 0 | 0.12 | 0.85 | 0.17 | 51.38 | 0.74 | 0.48 |
| Hex | D4 | BA | 1F | 0 | C | 55 | 11 | 33 | 4A | 30 |
| Octal | 324 | 272 | 37 | 0 | 14 | 125 | 21 | 63 | 112 | 60 |
| Binary | 11010100 | 10111010 | 11111 | 0 | 1100 | 1010101 | 10001 | 110011 | 1001010 | 110000 |
Color Harmonies of #D4BA1F
Complementary color
Monochromatic Colors of #D4BA1F
Black with #D4BA1F
Text Example
Text Example
White with #D4BA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BA1F; }
p { color: rgb(212,186,31); }
H1.HeaderClassName
{
color: #D4BA1F;
}
.AnyTagClassName
{
color: #D4BA1F;
}
</style>
background-color css
<style>
a { background-color: #D4BA1F; }
a { background-color: rgb(212,186,31); }
div.DivClassName
{
background-color: #D4BA1F;
}
.BgClassName
{
background-color: #D4BA1F;
}
</style>
border-color css
<style>
span { border-color: #D4BA1F; }
span { border-color: rgb(212,186,31); }
td.TdClassName
{
border-color: #D4BA1F;
}
.TagClassName
{
border-color: #D4BA1F;
}
</style>