Shades of Sunflower #D5BC1B
Tints of Sunflower #D5BC1B
RGB
CMYK
RGB Variations
Color information
#D5BC1B (or 0xD5BC1B) is known color: Sunflower. HEX triplet: D5, BC and 1B. RGB value is (213,188,27). Sum of RGB (Red+Green+Blue) = 213+188+27=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BC1B is #2A43E4. Grayscale: #B1B1B1. Windows color (decimal): -2769893 or 1817813. OLE color: 1817813.
HSL color Cylindrical-coordinate representation of color #D5BC1B: hue angle of 51.94º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5BC1B is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 27 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.16 |
| HSL | 51.94º | 0.78% | 0.47% | - |
| HSV(B) | 51.94º | 0.87% | 0.84% | - |
| XYZ | 45.62 | 50.19 | 8.32 | - |
| YUV | 177.12 | 43.28 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 27 | 0 | 0.12 | 0.87 | 0.16 | 51.94 | 0.78 | 0.47 |
| Hex | D5 | BC | 1B | 0 | C | 57 | 10 | 34 | 4E | 2F |
| Octal | 325 | 274 | 33 | 0 | 14 | 127 | 20 | 64 | 116 | 57 |
| Binary | 11010101 | 10111100 | 11011 | 0 | 1100 | 1010111 | 10000 | 110100 | 1001110 | 101111 |
Color Harmonies of #D5BC1B
Complementary color
Monochromatic Colors of #D5BC1B
Black with #D5BC1B
Text Example
Text Example
White with #D5BC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC1B; }
p { color: rgb(213,188,27); }
H1.HeaderClassName
{
color: #D5BC1B;
}
.AnyTagClassName
{
color: #D5BC1B;
}
</style>
background-color css
<style>
a { background-color: #D5BC1B; }
a { background-color: rgb(213,188,27); }
div.DivClassName
{
background-color: #D5BC1B;
}
.BgClassName
{
background-color: #D5BC1B;
}
</style>
border-color css
<style>
span { border-color: #D5BC1B; }
span { border-color: rgb(213,188,27); }
td.TdClassName
{
border-color: #D5BC1B;
}
.TagClassName
{
border-color: #D5BC1B;
}
</style>