Shades of Golden Tainoi #FFBD5C
Tints of Golden Tainoi #FFBD5C
RGB
CMYK
RGB Variations
Color information
#FFBD5C (or 0xFFBD5C) is known color: Golden Tainoi. HEX triplet: FF, BD and 5C. RGB value is (255,189,92). Sum of RGB (Red+Green+Blue) = 255+189+92=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD5C is #0042A3. Grayscale: #C6C6C6. Windows color (decimal): -17060 or 6077951. OLE color: 6077951.
HSL color Cylindrical-coordinate representation of color #FFBD5C: hue angle of 35.71º 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 #FFBD5C is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 92 | - |
| CMYK | 0 | 0.26 | 0.64 | 0 |
| HSL | 35.71º | 1% | 0.68% | - |
| HSV(B) | 35.71º | 0.64% | 1% | - |
| XYZ | 61.37 | 58.43 | 18.17 | - |
| YUV | 197.68 | 68.37 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 92 | 0 | 0.26 | 0.64 | 0 | 35.71 | 1 | 0.68 |
| Hex | FF | BD | 5C | 0 | 1A | 40 | 0 | 24 | 64 | 44 |
| Octal | 377 | 275 | 134 | 0 | 32 | 100 | 0 | 44 | 144 | 104 |
| Binary | 11111111 | 10111101 | 1011100 | 0 | 11010 | 1000000 | 0 | 100100 | 1100100 | 1000100 |
Color Harmonies of #FFBD5C
Complementary color
Monochromatic Colors of #FFBD5C
Black with #FFBD5C
Text Example
Text Example
White with #FFBD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD5C; }
p { color: rgb(255,189,92); }
H1.HeaderClassName
{
color: #FFBD5C;
}
.AnyTagClassName
{
color: #FFBD5C;
}
</style>
background-color css
<style>
a { background-color: #FFBD5C; }
a { background-color: rgb(255,189,92); }
div.DivClassName
{
background-color: #FFBD5C;
}
.BgClassName
{
background-color: #FFBD5C;
}
</style>
border-color css
<style>
span { border-color: #FFBD5C; }
span { border-color: rgb(255,189,92); }
td.TdClassName
{
border-color: #FFBD5C;
}
.TagClassName
{
border-color: #FFBD5C;
}
</style>