Shades of Sunflower #D4B31D
Tints of Sunflower #D4B31D
RGB
CMYK
RGB Variations
Color information
#D4B31D (or 0xD4B31D) is known color: Sunflower. HEX triplet: D4, B3 and 1D. RGB value is (212,179,29). Sum of RGB (Red+Green+Blue) = 212+179+29=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B31D is #2B4CE2. Grayscale: #ACACAC. Windows color (decimal): -2837731 or 1946580. OLE color: 1946580.
HSL color Cylindrical-coordinate representation of color #D4B31D: hue angle of 49.18º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4B31D is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 29 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.17 |
| HSL | 49.18º | 0.76% | 0.47% | - |
| HSV(B) | 49.18º | 0.86% | 0.83% | - |
| XYZ | 43.49 | 46.33 | 7.81 | - |
| YUV | 171.77 | 47.43 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 29 | 0 | 0.16 | 0.86 | 0.17 | 49.18 | 0.76 | 0.47 |
| Hex | D4 | B3 | 1D | 0 | 10 | 56 | 11 | 31 | 4C | 2F |
| Octal | 324 | 263 | 35 | 0 | 20 | 126 | 21 | 61 | 114 | 57 |
| Binary | 11010100 | 10110011 | 11101 | 0 | 10000 | 1010110 | 10001 | 110001 | 1001100 | 101111 |
Color Harmonies of #D4B31D
Complementary color
Monochromatic Colors of #D4B31D
Black with #D4B31D
Text Example
Text Example
White with #D4B31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B31D; }
p { color: rgb(212,179,29); }
H1.HeaderClassName
{
color: #D4B31D;
}
.AnyTagClassName
{
color: #D4B31D;
}
</style>
background-color css
<style>
a { background-color: #D4B31D; }
a { background-color: rgb(212,179,29); }
div.DivClassName
{
background-color: #D4B31D;
}
.BgClassName
{
background-color: #D4B31D;
}
</style>
border-color css
<style>
span { border-color: #D4B31D; }
span { border-color: rgb(212,179,29); }
td.TdClassName
{
border-color: #D4B31D;
}
.TagClassName
{
border-color: #D4B31D;
}
</style>