Shades of Sunflower #D4B31C
Tints of Sunflower #D4B31C
RGB
CMYK
RGB Variations
Color information
#D4B31C (or 0xD4B31C) is known color: Sunflower. HEX triplet: D4, B3 and 1C. RGB value is (212,179,28). Sum of RGB (Red+Green+Blue) = 212+179+28=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B31C is #2B4CE3. Grayscale: #ACACAC. Windows color (decimal): -2837732 or 1881044. OLE color: 1881044.
HSL color Cylindrical-coordinate representation of color #D4B31C: hue angle of 49.24º 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 #D4B31C is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 28 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.17 |
| HSL | 49.24º | 0.77% | 0.47% | - |
| HSV(B) | 49.24º | 0.87% | 0.83% | - |
| XYZ | 43.48 | 46.32 | 7.75 | - |
| YUV | 171.65 | 46.93 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 28 | 0 | 0.16 | 0.87 | 0.17 | 49.24 | 0.77 | 0.47 |
| Hex | D4 | B3 | 1C | 0 | 10 | 57 | 11 | 31 | 4D | 2F |
| Octal | 324 | 263 | 34 | 0 | 20 | 127 | 21 | 61 | 115 | 57 |
| Binary | 11010100 | 10110011 | 11100 | 0 | 10000 | 1010111 | 10001 | 110001 | 1001101 | 101111 |
Color Harmonies of #D4B31C
Complementary color
Monochromatic Colors of #D4B31C
Black with #D4B31C
Text Example
Text Example
White with #D4B31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B31C; }
p { color: rgb(212,179,28); }
H1.HeaderClassName
{
color: #D4B31C;
}
.AnyTagClassName
{
color: #D4B31C;
}
</style>
background-color css
<style>
a { background-color: #D4B31C; }
a { background-color: rgb(212,179,28); }
div.DivClassName
{
background-color: #D4B31C;
}
.BgClassName
{
background-color: #D4B31C;
}
</style>
border-color css
<style>
span { border-color: #D4B31C; }
span { border-color: rgb(212,179,28); }
td.TdClassName
{
border-color: #D4B31C;
}
.TagClassName
{
border-color: #D4B31C;
}
</style>