Shades of Sunflower #D4B319
Tints of Sunflower #D4B319
RGB
CMYK
RGB Variations
Color information
#D4B319 (or 0xD4B319) is known color: Sunflower. HEX triplet: D4, B3 and 19. RGB value is (212,179,25). Sum of RGB (Red+Green+Blue) = 212+179+25=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B319 is #2B4CE6. Grayscale: #ABABAB. Windows color (decimal): -2837735 or 1684436. OLE color: 1684436.
HSL color Cylindrical-coordinate representation of color #D4B319: hue angle of 49.41º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4B319 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 25 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.17 |
| HSL | 49.41º | 0.79% | 0.46% | - |
| HSV(B) | 49.41º | 0.88% | 0.83% | - |
| XYZ | 43.45 | 46.31 | 7.57 | - |
| YUV | 171.31 | 45.43 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 25 | 0 | 0.16 | 0.88 | 0.17 | 49.41 | 0.79 | 0.46 |
| Hex | D4 | B3 | 19 | 0 | 10 | 58 | 11 | 31 | 4F | 2E |
| Octal | 324 | 263 | 31 | 0 | 20 | 130 | 21 | 61 | 117 | 56 |
| Binary | 11010100 | 10110011 | 11001 | 0 | 10000 | 1011000 | 10001 | 110001 | 1001111 | 101110 |
Color Harmonies of #D4B319
Complementary color
Monochromatic Colors of #D4B319
Black with #D4B319
Text Example
Text Example
White with #D4B319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B319; }
p { color: rgb(212,179,25); }
H1.HeaderClassName
{
color: #D4B319;
}
.AnyTagClassName
{
color: #D4B319;
}
</style>
background-color css
<style>
a { background-color: #D4B319; }
a { background-color: rgb(212,179,25); }
div.DivClassName
{
background-color: #D4B319;
}
.BgClassName
{
background-color: #D4B319;
}
</style>
border-color css
<style>
span { border-color: #D4B319; }
span { border-color: rgb(212,179,25); }
td.TdClassName
{
border-color: #D4B319;
}
.TagClassName
{
border-color: #D4B319;
}
</style>