Shades of Sunflower #D4B31B
Tints of Sunflower #D4B31B
RGB
CMYK
RGB Variations
Color information
#D4B31B (or 0xD4B31B) is known color: Sunflower. HEX triplet: D4, B3 and 1B. RGB value is (212,179,27). Sum of RGB (Red+Green+Blue) = 212+179+27=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B31B is #2B4CE4. Grayscale: #ACACAC. Windows color (decimal): -2837733 or 1815508. OLE color: 1815508.
HSL color Cylindrical-coordinate representation of color #D4B31B: hue angle of 49.3º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4B31B is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 27 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.17 |
| HSL | 49.3º | 0.77% | 0.47% | - |
| HSV(B) | 49.3º | 0.87% | 0.83% | - |
| XYZ | 43.47 | 46.32 | 7.69 | - |
| YUV | 171.54 | 46.43 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 27 | 0 | 0.16 | 0.87 | 0.17 | 49.3 | 0.77 | 0.47 |
| Hex | D4 | B3 | 1B | 0 | 10 | 57 | 11 | 31 | 4D | 2F |
| Octal | 324 | 263 | 33 | 0 | 20 | 127 | 21 | 61 | 115 | 57 |
| Binary | 11010100 | 10110011 | 11011 | 0 | 10000 | 1010111 | 10001 | 110001 | 1001101 | 101111 |
Color Harmonies of #D4B31B
Complementary color
Monochromatic Colors of #D4B31B
Black with #D4B31B
Text Example
Text Example
White with #D4B31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B31B; }
p { color: rgb(212,179,27); }
H1.HeaderClassName
{
color: #D4B31B;
}
.AnyTagClassName
{
color: #D4B31B;
}
</style>
background-color css
<style>
a { background-color: #D4B31B; }
a { background-color: rgb(212,179,27); }
div.DivClassName
{
background-color: #D4B31B;
}
.BgClassName
{
background-color: #D4B31B;
}
</style>
border-color css
<style>
span { border-color: #D4B31B; }
span { border-color: rgb(212,179,27); }
td.TdClassName
{
border-color: #D4B31B;
}
.TagClassName
{
border-color: #D4B31B;
}
</style>