Shades of Golden Tainoi #FFBD53
Tints of Golden Tainoi #FFBD53
RGB
CMYK
RGB Variations
Color information
#FFBD53 (or 0xFFBD53) is known color: Golden Tainoi. HEX triplet: FF, BD and 53. RGB value is (255,189,83). Sum of RGB (Red+Green+Blue) = 255+189+83=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 83 (32.81% from 255 or 15.75% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD53 is #0042AC. Grayscale: #C5C5C5. Windows color (decimal): -17069 or 5488127. OLE color: 5488127.
HSL color Cylindrical-coordinate representation of color #FFBD53: hue angle of 36.98º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFBD53 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 83 | - |
| CMYK | 0 | 0.26 | 0.67 | 0 |
| HSL | 36.98º | 1% | 0.66% | - |
| HSV(B) | 36.98º | 0.67% | 1% | - |
| XYZ | 61 | 58.28 | 16.22 | - |
| YUV | 196.65 | 63.87 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 83 | 0 | 0.26 | 0.67 | 0 | 36.98 | 1 | 0.66 |
| Hex | FF | BD | 53 | 0 | 1A | 43 | 0 | 25 | 64 | 42 |
| Octal | 377 | 275 | 123 | 0 | 32 | 103 | 0 | 45 | 144 | 102 |
| Binary | 11111111 | 10111101 | 1010011 | 0 | 11010 | 1000011 | 0 | 100101 | 1100100 | 1000010 |
Color Harmonies of #FFBD53
Complementary color
Monochromatic Colors of #FFBD53
Black with #FFBD53
Text Example
Text Example
White with #FFBD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD53; }
p { color: rgb(255,189,83); }
H1.HeaderClassName
{
color: #FFBD53;
}
.AnyTagClassName
{
color: #FFBD53;
}
</style>
background-color css
<style>
a { background-color: #FFBD53; }
a { background-color: rgb(255,189,83); }
div.DivClassName
{
background-color: #FFBD53;
}
.BgClassName
{
background-color: #FFBD53;
}
</style>
border-color css
<style>
span { border-color: #FFBD53; }
span { border-color: rgb(255,189,83); }
td.TdClassName
{
border-color: #FFBD53;
}
.TagClassName
{
border-color: #FFBD53;
}
</style>