Shades of Golden Tainoi #FFBD5B
Tints of Golden Tainoi #FFBD5B
RGB
CMYK
RGB Variations
Color information
#FFBD5B (or 0xFFBD5B) is known color: Golden Tainoi. HEX triplet: FF, BD and 5B. RGB value is (255,189,91). Sum of RGB (Red+Green+Blue) = 255+189+91=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 91 (35.94% from 255 or 17.01% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD5B is #0042A4. Grayscale: #C6C6C6. Windows color (decimal): -17061 or 6012415. OLE color: 6012415.
HSL color Cylindrical-coordinate representation of color #FFBD5B: hue angle of 35.85º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFBD5B is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 91 | - |
| CMYK | 0 | 0.26 | 0.64 | 0 |
| HSL | 35.85º | 1% | 0.68% | - |
| HSV(B) | 35.85º | 0.64% | 1% | - |
| XYZ | 61.33 | 58.41 | 17.94 | - |
| YUV | 197.56 | 67.87 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 91 | 0 | 0.26 | 0.64 | 0 | 35.85 | 1 | 0.68 |
| Hex | FF | BD | 5B | 0 | 1A | 40 | 0 | 24 | 64 | 44 |
| Octal | 377 | 275 | 133 | 0 | 32 | 100 | 0 | 44 | 144 | 104 |
| Binary | 11111111 | 10111101 | 1011011 | 0 | 11010 | 1000000 | 0 | 100100 | 1100100 | 1000100 |
Color Harmonies of #FFBD5B
Complementary color
Monochromatic Colors of #FFBD5B
Black with #FFBD5B
Text Example
Text Example
White with #FFBD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD5B; }
p { color: rgb(255,189,91); }
H1.HeaderClassName
{
color: #FFBD5B;
}
.AnyTagClassName
{
color: #FFBD5B;
}
</style>
background-color css
<style>
a { background-color: #FFBD5B; }
a { background-color: rgb(255,189,91); }
div.DivClassName
{
background-color: #FFBD5B;
}
.BgClassName
{
background-color: #FFBD5B;
}
</style>
border-color css
<style>
span { border-color: #FFBD5B; }
span { border-color: rgb(255,189,91); }
td.TdClassName
{
border-color: #FFBD5B;
}
.TagClassName
{
border-color: #FFBD5B;
}
</style>