Shades of Sunflower #D5BC22
Tints of Sunflower #D5BC22
RGB
CMYK
RGB Variations
Color information
#D5BC22 (or 0xD5BC22) is known color: Sunflower. HEX triplet: D5, BC and 22. RGB value is (213,188,34). Sum of RGB (Red+Green+Blue) = 213+188+34=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BC22 is #2A43DD. Grayscale: #B2B2B2. Windows color (decimal): -2769886 or 2276565. OLE color: 2276565.
HSL color Cylindrical-coordinate representation of color #D5BC22: hue angle of 51.62º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5BC22 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 34 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.16 |
| HSL | 51.62º | 0.72% | 0.48% | - |
| HSV(B) | 51.62º | 0.84% | 0.84% | - |
| XYZ | 45.71 | 50.23 | 8.8 | - |
| YUV | 177.92 | 46.78 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 34 | 0 | 0.12 | 0.84 | 0.16 | 51.62 | 0.72 | 0.48 |
| Hex | D5 | BC | 22 | 0 | C | 54 | 10 | 34 | 48 | 30 |
| Octal | 325 | 274 | 42 | 0 | 14 | 124 | 20 | 64 | 110 | 60 |
| Binary | 11010101 | 10111100 | 100010 | 0 | 1100 | 1010100 | 10000 | 110100 | 1001000 | 110000 |
Color Harmonies of #D5BC22
Complementary color
Monochromatic Colors of #D5BC22
Black with #D5BC22
Text Example
Text Example
White with #D5BC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC22; }
p { color: rgb(213,188,34); }
H1.HeaderClassName
{
color: #D5BC22;
}
.AnyTagClassName
{
color: #D5BC22;
}
</style>
background-color css
<style>
a { background-color: #D5BC22; }
a { background-color: rgb(213,188,34); }
div.DivClassName
{
background-color: #D5BC22;
}
.BgClassName
{
background-color: #D5BC22;
}
</style>
border-color css
<style>
span { border-color: #D5BC22; }
span { border-color: rgb(213,188,34); }
td.TdClassName
{
border-color: #D5BC22;
}
.TagClassName
{
border-color: #D5BC22;
}
</style>