Shades of Sunflower #D4B825
Tints of Sunflower #D4B825
RGB
CMYK
RGB Variations
Color information
#D4B825 (or 0xD4B825) is known color: Sunflower. HEX triplet: D4, B8 and 25. RGB value is (212,184,37). Sum of RGB (Red+Green+Blue) = 212+184+37=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B825 is #2B47DA. Grayscale: #B0B0B0. Windows color (decimal): -2836443 or 2472148. OLE color: 2472148.
HSL color Cylindrical-coordinate representation of color #D4B825: hue angle of 50.4º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4B825 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 184 | 37 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.17 |
| HSL | 50.4º | 0.7% | 0.49% | - |
| HSV(B) | 50.4º | 0.83% | 0.83% | - |
| XYZ | 44.63 | 48.41 | 8.74 | - |
| YUV | 175.61 | 49.78 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 184 | 37 | 0 | 0.13 | 0.83 | 0.17 | 50.4 | 0.7 | 0.49 |
| Hex | D4 | B8 | 25 | 0 | D | 53 | 11 | 32 | 46 | 31 |
| Octal | 324 | 270 | 45 | 0 | 15 | 123 | 21 | 62 | 106 | 61 |
| Binary | 11010100 | 10111000 | 100101 | 0 | 1101 | 1010011 | 10001 | 110010 | 1000110 | 110001 |
Color Harmonies of #D4B825
Complementary color
Monochromatic Colors of #D4B825
Black with #D4B825
Text Example
Text Example
White with #D4B825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B825; }
p { color: rgb(212,184,37); }
H1.HeaderClassName
{
color: #D4B825;
}
.AnyTagClassName
{
color: #D4B825;
}
</style>
background-color css
<style>
a { background-color: #D4B825; }
a { background-color: rgb(212,184,37); }
div.DivClassName
{
background-color: #D4B825;
}
.BgClassName
{
background-color: #D4B825;
}
</style>
border-color css
<style>
span { border-color: #D4B825; }
span { border-color: rgb(212,184,37); }
td.TdClassName
{
border-color: #D4B825;
}
.TagClassName
{
border-color: #D4B825;
}
</style>