Shades of Sunflower #D5BA27
Tints of Sunflower #D5BA27
RGB
CMYK
RGB Variations
Color information
#D5BA27 (or 0xD5BA27) is known color: Sunflower. HEX triplet: D5, BA and 27. RGB value is (213,186,39). Sum of RGB (Red+Green+Blue) = 213+186+39=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 39 (15.62% from 255 or 8.90% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BA27 is #2A45D8. Grayscale: #B1B1B1. Windows color (decimal): -2770393 or 2603733. OLE color: 2603733.
HSL color Cylindrical-coordinate representation of color #D5BA27: hue angle of 50.69º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5BA27 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 39 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.16 |
| HSL | 50.69º | 0.69% | 0.49% | - |
| HSV(B) | 50.69º | 0.82% | 0.84% | - |
| XYZ | 45.37 | 49.41 | 9.07 | - |
| YUV | 177.32 | 49.95 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 39 | 0 | 0.13 | 0.82 | 0.16 | 50.69 | 0.69 | 0.49 |
| Hex | D5 | BA | 27 | 0 | D | 52 | 10 | 33 | 45 | 31 |
| Octal | 325 | 272 | 47 | 0 | 15 | 122 | 20 | 63 | 105 | 61 |
| Binary | 11010101 | 10111010 | 100111 | 0 | 1101 | 1010010 | 10000 | 110011 | 1000101 | 110001 |
Color Harmonies of #D5BA27
Complementary color
Monochromatic Colors of #D5BA27
Black with #D5BA27
Text Example
Text Example
White with #D5BA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BA27; }
p { color: rgb(213,186,39); }
H1.HeaderClassName
{
color: #D5BA27;
}
.AnyTagClassName
{
color: #D5BA27;
}
</style>
background-color css
<style>
a { background-color: #D5BA27; }
a { background-color: rgb(213,186,39); }
div.DivClassName
{
background-color: #D5BA27;
}
.BgClassName
{
background-color: #D5BA27;
}
</style>
border-color css
<style>
span { border-color: #D5BA27; }
span { border-color: rgb(213,186,39); }
td.TdClassName
{
border-color: #D5BA27;
}
.TagClassName
{
border-color: #D5BA27;
}
</style>