Shades of Sunflower #D4BA27
Tints of Sunflower #D4BA27
RGB
CMYK
RGB Variations
Color information
#D4BA27 (or 0xD4BA27) is known color: Sunflower. HEX triplet: D4, BA and 27. RGB value is (212,186,39). Sum of RGB (Red+Green+Blue) = 212+186+39=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 39 (15.62% from 255 or 8.92% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BA27 is #2B45D8. Grayscale: #B1B1B1. Windows color (decimal): -2835929 or 2603732. OLE color: 2603732.
HSL color Cylindrical-coordinate representation of color #D4BA27: hue angle of 50.98º degrees, saturation: 0.69, 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 #D4BA27 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 39 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.17 |
| HSL | 50.98º | 0.69% | 0.49% | - |
| HSV(B) | 50.98º | 0.82% | 0.83% | - |
| XYZ | 45.08 | 49.26 | 9.05 | - |
| YUV | 177.02 | 50.11 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 39 | 0 | 0.12 | 0.82 | 0.17 | 50.98 | 0.69 | 0.49 |
| Hex | D4 | BA | 27 | 0 | C | 52 | 11 | 33 | 45 | 31 |
| Octal | 324 | 272 | 47 | 0 | 14 | 122 | 21 | 63 | 105 | 61 |
| Binary | 11010100 | 10111010 | 100111 | 0 | 1100 | 1010010 | 10001 | 110011 | 1000101 | 110001 |
Color Harmonies of #D4BA27
Complementary color
Monochromatic Colors of #D4BA27
Black with #D4BA27
Text Example
Text Example
White with #D4BA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BA27; }
p { color: rgb(212,186,39); }
H1.HeaderClassName
{
color: #D4BA27;
}
.AnyTagClassName
{
color: #D4BA27;
}
</style>
background-color css
<style>
a { background-color: #D4BA27; }
a { background-color: rgb(212,186,39); }
div.DivClassName
{
background-color: #D4BA27;
}
.BgClassName
{
background-color: #D4BA27;
}
</style>
border-color css
<style>
span { border-color: #D4BA27; }
span { border-color: rgb(212,186,39); }
td.TdClassName
{
border-color: #D4BA27;
}
.TagClassName
{
border-color: #D4BA27;
}
</style>