Shades of Sunflower #D4B722
Tints of Sunflower #D4B722
RGB
CMYK
RGB Variations
Color information
#D4B722 (or 0xD4B722) is known color: Sunflower. HEX triplet: D4, B7 and 22. RGB value is (212,183,34). Sum of RGB (Red+Green+Blue) = 212+183+34=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 34 (13.67% from 255 or 7.93% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B722 is #2B48DD. Grayscale: #AFAFAF. Windows color (decimal): -2836702 or 2275284. OLE color: 2275284.
HSL color Cylindrical-coordinate representation of color #D4B722: hue angle of 50.22º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4B722 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 183 | 34 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.17 |
| HSL | 50.22º | 0.72% | 0.48% | - |
| HSV(B) | 50.22º | 0.84% | 0.83% | - |
| XYZ | 44.37 | 47.98 | 8.44 | - |
| YUV | 174.69 | 48.61 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 183 | 34 | 0 | 0.14 | 0.84 | 0.17 | 50.22 | 0.72 | 0.48 |
| Hex | D4 | B7 | 22 | 0 | E | 54 | 11 | 32 | 48 | 30 |
| Octal | 324 | 267 | 42 | 0 | 16 | 124 | 21 | 62 | 110 | 60 |
| Binary | 11010100 | 10110111 | 100010 | 0 | 1110 | 1010100 | 10001 | 110010 | 1001000 | 110000 |
Color Harmonies of #D4B722
Complementary color
Monochromatic Colors of #D4B722
Black with #D4B722
Text Example
Text Example
White with #D4B722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B722; }
p { color: rgb(212,183,34); }
H1.HeaderClassName
{
color: #D4B722;
}
.AnyTagClassName
{
color: #D4B722;
}
</style>
background-color css
<style>
a { background-color: #D4B722; }
a { background-color: rgb(212,183,34); }
div.DivClassName
{
background-color: #D4B722;
}
.BgClassName
{
background-color: #D4B722;
}
</style>
border-color css
<style>
span { border-color: #D4B722; }
span { border-color: rgb(212,183,34); }
td.TdClassName
{
border-color: #D4B722;
}
.TagClassName
{
border-color: #D4B722;
}
</style>