Shades of Sunflower #D4BC1A
Tints of Sunflower #D4BC1A
RGB
CMYK
RGB Variations
Color information
#D4BC1A (or 0xD4BC1A) is known color: Sunflower. HEX triplet: D4, BC and 1A. RGB value is (212,188,26). Sum of RGB (Red+Green+Blue) = 212+188+26=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 26 (10.55% from 255 or 6.10% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BC1A is #2B43E5. Grayscale: #B1B1B1. Windows color (decimal): -2835430 or 1752276. OLE color: 1752276.
HSL color Cylindrical-coordinate representation of color #D4BC1A: hue angle of 52.26º 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 #D4BC1A is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 26 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.17 |
| HSL | 52.26º | 0.78% | 0.47% | - |
| HSV(B) | 52.26º | 0.88% | 0.83% | - |
| XYZ | 45.32 | 50.04 | 8.25 | - |
| YUV | 176.71 | 42.95 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 26 | 0 | 0.11 | 0.88 | 0.17 | 52.26 | 0.78 | 0.47 |
| Hex | D4 | BC | 1A | 0 | B | 58 | 11 | 34 | 4E | 2F |
| Octal | 324 | 274 | 32 | 0 | 13 | 130 | 21 | 64 | 116 | 57 |
| Binary | 11010100 | 10111100 | 11010 | 0 | 1011 | 1011000 | 10001 | 110100 | 1001110 | 101111 |
Color Harmonies of #D4BC1A
Complementary color
Monochromatic Colors of #D4BC1A
Black with #D4BC1A
Text Example
Text Example
White with #D4BC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC1A; }
p { color: rgb(212,188,26); }
H1.HeaderClassName
{
color: #D4BC1A;
}
.AnyTagClassName
{
color: #D4BC1A;
}
</style>
background-color css
<style>
a { background-color: #D4BC1A; }
a { background-color: rgb(212,188,26); }
div.DivClassName
{
background-color: #D4BC1A;
}
.BgClassName
{
background-color: #D4BC1A;
}
</style>
border-color css
<style>
span { border-color: #D4BC1A; }
span { border-color: rgb(212,188,26); }
td.TdClassName
{
border-color: #D4BC1A;
}
.TagClassName
{
border-color: #D4BC1A;
}
</style>