Shades of Sunflower #D4B51D
Tints of Sunflower #D4B51D
RGB
CMYK
RGB Variations
Color information
#D4B51D (or 0xD4B51D) is known color: Sunflower. HEX triplet: D4, B5 and 1D. RGB value is (212,181,29). Sum of RGB (Red+Green+Blue) = 212+181+29=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B51D is #2B4AE2. Grayscale: #ADADAD. Windows color (decimal): -2837219 or 1947092. OLE color: 1947092.
HSL color Cylindrical-coordinate representation of color #D4B51D: hue angle of 49.84º 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 #D4B51D is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 181 | 29 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.17 |
| HSL | 49.84º | 0.76% | 0.47% | - |
| HSV(B) | 49.84º | 0.86% | 0.83% | - |
| XYZ | 43.9 | 47.13 | 7.95 | - |
| YUV | 172.94 | 46.77 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 181 | 29 | 0 | 0.15 | 0.86 | 0.17 | 49.84 | 0.76 | 0.47 |
| Hex | D4 | B5 | 1D | 0 | F | 56 | 11 | 32 | 4C | 2F |
| Octal | 324 | 265 | 35 | 0 | 17 | 126 | 21 | 62 | 114 | 57 |
| Binary | 11010100 | 10110101 | 11101 | 0 | 1111 | 1010110 | 10001 | 110010 | 1001100 | 101111 |
Color Harmonies of #D4B51D
Complementary color
Monochromatic Colors of #D4B51D
Black with #D4B51D
Text Example
Text Example
White with #D4B51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B51D; }
p { color: rgb(212,181,29); }
H1.HeaderClassName
{
color: #D4B51D;
}
.AnyTagClassName
{
color: #D4B51D;
}
</style>
background-color css
<style>
a { background-color: #D4B51D; }
a { background-color: rgb(212,181,29); }
div.DivClassName
{
background-color: #D4B51D;
}
.BgClassName
{
background-color: #D4B51D;
}
</style>
border-color css
<style>
span { border-color: #D4B51D; }
span { border-color: rgb(212,181,29); }
td.TdClassName
{
border-color: #D4B51D;
}
.TagClassName
{
border-color: #D4B51D;
}
</style>