Shades of Golden Tainoi #FFBD56
Tints of Golden Tainoi #FFBD56
RGB
CMYK
RGB Variations
Color information
#FFBD56 (or 0xFFBD56) is known color: Golden Tainoi. HEX triplet: FF, BD and 56. RGB value is (255,189,86). Sum of RGB (Red+Green+Blue) = 255+189+86=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 86 (33.98% from 255 or 16.23% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD56 is #0042A9. Grayscale: #C5C5C5. Windows color (decimal): -17066 or 5684735. OLE color: 5684735.
HSL color Cylindrical-coordinate representation of color #FFBD56: hue angle of 36.57º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFBD56 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 86 | - |
| CMYK | 0 | 0.26 | 0.66 | 0 |
| HSL | 36.57º | 1% | 0.67% | - |
| HSV(B) | 36.57º | 0.66% | 1% | - |
| XYZ | 61.12 | 58.33 | 16.84 | - |
| YUV | 196.99 | 65.37 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 86 | 0 | 0.26 | 0.66 | 0 | 36.57 | 1 | 0.67 |
| Hex | FF | BD | 56 | 0 | 1A | 42 | 0 | 25 | 64 | 43 |
| Octal | 377 | 275 | 126 | 0 | 32 | 102 | 0 | 45 | 144 | 103 |
| Binary | 11111111 | 10111101 | 1010110 | 0 | 11010 | 1000010 | 0 | 100101 | 1100100 | 1000011 |
Color Harmonies of #FFBD56
Complementary color
Monochromatic Colors of #FFBD56
Black with #FFBD56
Text Example
Text Example
White with #FFBD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD56; }
p { color: rgb(255,189,86); }
H1.HeaderClassName
{
color: #FFBD56;
}
.AnyTagClassName
{
color: #FFBD56;
}
</style>
background-color css
<style>
a { background-color: #FFBD56; }
a { background-color: rgb(255,189,86); }
div.DivClassName
{
background-color: #FFBD56;
}
.BgClassName
{
background-color: #FFBD56;
}
</style>
border-color css
<style>
span { border-color: #FFBD56; }
span { border-color: rgb(255,189,86); }
td.TdClassName
{
border-color: #FFBD56;
}
.TagClassName
{
border-color: #FFBD56;
}
</style>