Shades of Golden Tainoi #FFBD4D
Tints of Golden Tainoi #FFBD4D
RGB
CMYK
RGB Variations
Color information
#FFBD4D (or 0xFFBD4D) is known color: Golden Tainoi. HEX triplet: FF, BD and 4D. RGB value is (255,189,77). Sum of RGB (Red+Green+Blue) = 255+189+77=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD4D is #0042B2. Grayscale: #C4C4C4. Windows color (decimal): -17075 or 5094911. OLE color: 5094911.
HSL color Cylindrical-coordinate representation of color #FFBD4D: hue angle of 37.75º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFBD4D is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 77 | - |
| CMYK | 0 | 0.26 | 0.70 | 0 |
| HSL | 37.75º | 1% | 0.65% | - |
| HSV(B) | 37.75º | 0.7% | 1% | - |
| XYZ | 60.78 | 58.19 | 15.05 | - |
| YUV | 195.97 | 60.87 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 77 | 0 | 0.26 | 0.70 | 0 | 37.75 | 1 | 0.65 |
| Hex | FF | BD | 4D | 0 | 1A | 46 | 0 | 26 | 64 | 41 |
| Octal | 377 | 275 | 115 | 0 | 32 | 106 | 0 | 46 | 144 | 101 |
| Binary | 11111111 | 10111101 | 1001101 | 0 | 11010 | 1000110 | 0 | 100110 | 1100100 | 1000001 |
Color Harmonies of #FFBD4D
Complementary color
Monochromatic Colors of #FFBD4D
Black with #FFBD4D
Text Example
Text Example
White with #FFBD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD4D; }
p { color: rgb(255,189,77); }
H1.HeaderClassName
{
color: #FFBD4D;
}
.AnyTagClassName
{
color: #FFBD4D;
}
</style>
background-color css
<style>
a { background-color: #FFBD4D; }
a { background-color: rgb(255,189,77); }
div.DivClassName
{
background-color: #FFBD4D;
}
.BgClassName
{
background-color: #FFBD4D;
}
</style>
border-color css
<style>
span { border-color: #FFBD4D; }
span { border-color: rgb(255,189,77); }
td.TdClassName
{
border-color: #FFBD4D;
}
.TagClassName
{
border-color: #FFBD4D;
}
</style>