Shades of Golden Tainoi #FFBD44
Tints of Golden Tainoi #FFBD44
RGB
CMYK
RGB Variations
Color information
#FFBD44 (or 0xFFBD44) is known color: Golden Tainoi. HEX triplet: FF, BD and 44. RGB value is (255,189,68). Sum of RGB (Red+Green+Blue) = 255+189+68=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 68 (26.95% from 255 or 13.28% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD44 is #0042BB. Grayscale: #C3C3C3. Windows color (decimal): -17084 or 4505087. OLE color: 4505087.
HSL color Cylindrical-coordinate representation of color #FFBD44: hue angle of 38.82º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFBD44 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 68 | - |
| CMYK | 0 | 0.26 | 0.73 | 0 |
| HSL | 38.82º | 1% | 0.63% | - |
| HSV(B) | 38.82º | 0.73% | 1% | - |
| XYZ | 60.48 | 58.07 | 13.49 | - |
| YUV | 194.94 | 56.37 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 68 | 0 | 0.26 | 0.73 | 0 | 38.82 | 1 | 0.63 |
| Hex | FF | BD | 44 | 0 | 1A | 49 | 0 | 27 | 64 | 3F |
| Octal | 377 | 275 | 104 | 0 | 32 | 111 | 0 | 47 | 144 | 77 |
| Binary | 11111111 | 10111101 | 1000100 | 0 | 11010 | 1001001 | 0 | 100111 | 1100100 | 111111 |
Color Harmonies of #FFBD44
Complementary color
Monochromatic Colors of #FFBD44
Black with #FFBD44
Text Example
Text Example
White with #FFBD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD44; }
p { color: rgb(255,189,68); }
H1.HeaderClassName
{
color: #FFBD44;
}
.AnyTagClassName
{
color: #FFBD44;
}
</style>
background-color css
<style>
a { background-color: #FFBD44; }
a { background-color: rgb(255,189,68); }
div.DivClassName
{
background-color: #FFBD44;
}
.BgClassName
{
background-color: #FFBD44;
}
</style>
border-color css
<style>
span { border-color: #FFBD44; }
span { border-color: rgb(255,189,68); }
td.TdClassName
{
border-color: #FFBD44;
}
.TagClassName
{
border-color: #FFBD44;
}
</style>