Shades of Sunflower #D4B523
Tints of Sunflower #D4B523
RGB
CMYK
RGB Variations
Color information
#D4B523 (or 0xD4B523) is known color: Sunflower. HEX triplet: D4, B5 and 23. RGB value is (212,181,35). Sum of RGB (Red+Green+Blue) = 212+181+35=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 35 (14.06% from 255 or 8.18% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B523 is #2B4ADC. Grayscale: #AEAEAE. Windows color (decimal): -2837213 or 2340308. OLE color: 2340308.
HSL color Cylindrical-coordinate representation of color #D4B523: hue angle of 49.49º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4B523 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 181 | 35 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.17 |
| HSL | 49.49º | 0.72% | 0.48% | - |
| HSV(B) | 49.49º | 0.83% | 0.83% | - |
| XYZ | 43.98 | 47.17 | 8.38 | - |
| YUV | 173.63 | 49.77 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 181 | 35 | 0 | 0.15 | 0.83 | 0.17 | 49.49 | 0.72 | 0.48 |
| Hex | D4 | B5 | 23 | 0 | F | 53 | 11 | 31 | 48 | 30 |
| Octal | 324 | 265 | 43 | 0 | 17 | 123 | 21 | 61 | 110 | 60 |
| Binary | 11010100 | 10110101 | 100011 | 0 | 1111 | 1010011 | 10001 | 110001 | 1001000 | 110000 |
Color Harmonies of #D4B523
Complementary color
Monochromatic Colors of #D4B523
Black with #D4B523
Text Example
Text Example
White with #D4B523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B523; }
p { color: rgb(212,181,35); }
H1.HeaderClassName
{
color: #D4B523;
}
.AnyTagClassName
{
color: #D4B523;
}
</style>
background-color css
<style>
a { background-color: #D4B523; }
a { background-color: rgb(212,181,35); }
div.DivClassName
{
background-color: #D4B523;
}
.BgClassName
{
background-color: #D4B523;
}
</style>
border-color css
<style>
span { border-color: #D4B523; }
span { border-color: rgb(212,181,35); }
td.TdClassName
{
border-color: #D4B523;
}
.TagClassName
{
border-color: #D4B523;
}
</style>