Shades of Sunflower #D5BC23
Tints of Sunflower #D5BC23
RGB
CMYK
RGB Variations
Color information
#D5BC23 (or 0xD5BC23) is known color: Sunflower. HEX triplet: D5, BC and 23. RGB value is (213,188,35). Sum of RGB (Red+Green+Blue) = 213+188+35=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 35 (14.06% from 255 or 8.03% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BC23 is #2A43DC. Grayscale: #B2B2B2. Windows color (decimal): -2769885 or 2342101. OLE color: 2342101.
HSL color Cylindrical-coordinate representation of color #D5BC23: hue angle of 51.57º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5BC23 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 35 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.16 |
| HSL | 51.57º | 0.72% | 0.49% | - |
| HSV(B) | 51.57º | 0.84% | 0.84% | - |
| XYZ | 45.73 | 50.23 | 8.88 | - |
| YUV | 178.03 | 47.28 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 35 | 0 | 0.12 | 0.84 | 0.16 | 51.57 | 0.72 | 0.49 |
| Hex | D5 | BC | 23 | 0 | C | 54 | 10 | 34 | 48 | 31 |
| Octal | 325 | 274 | 43 | 0 | 14 | 124 | 20 | 64 | 110 | 61 |
| Binary | 11010101 | 10111100 | 100011 | 0 | 1100 | 1010100 | 10000 | 110100 | 1001000 | 110001 |
Color Harmonies of #D5BC23
Complementary color
Monochromatic Colors of #D5BC23
Black with #D5BC23
Text Example
Text Example
White with #D5BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC23; }
p { color: rgb(213,188,35); }
H1.HeaderClassName
{
color: #D5BC23;
}
.AnyTagClassName
{
color: #D5BC23;
}
</style>
background-color css
<style>
a { background-color: #D5BC23; }
a { background-color: rgb(213,188,35); }
div.DivClassName
{
background-color: #D5BC23;
}
.BgClassName
{
background-color: #D5BC23;
}
</style>
border-color css
<style>
span { border-color: #D5BC23; }
span { border-color: rgb(213,188,35); }
td.TdClassName
{
border-color: #D5BC23;
}
.TagClassName
{
border-color: #D5BC23;
}
</style>