Shades of Gold #FFD40B
Tints of Gold #FFD40B
RGB
CMYK
RGB Variations
Color information
#FFD40B (or 0xFFD40B) is known color: Gold. HEX triplet: FF, D4 and 0B. RGB value is (255,212,11). Sum of RGB (Red+Green+Blue) = 255+212+11=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 11 (4.69% from 255 or 2.30% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD40B is #002BF4. Grayscale: #CACACA. Windows color (decimal): -11253 or 775423. OLE color: 775423.
HSL color Cylindrical-coordinate representation of color #FFD40B: hue angle of 49.43º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFD40B is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 11 | - |
| CMYK | 0 | 0.17 | 0.96 | 0 |
| HSL | 49.43º | 1% | 0.52% | - |
| HSV(B) | 49.43º | 0.96% | 1% | - |
| XYZ | 64.84 | 68.37 | 10.1 | - |
| YUV | 201.94 | 20.25 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 11 | 0 | 0.17 | 0.96 | 0 | 49.43 | 1 | 0.52 |
| Hex | FF | D4 | B | 0 | 11 | 60 | 0 | 31 | 64 | 34 |
| Octal | 377 | 324 | 13 | 0 | 21 | 140 | 0 | 61 | 144 | 64 |
| Binary | 11111111 | 11010100 | 1011 | 0 | 10001 | 1100000 | 0 | 110001 | 1100100 | 110100 |
Color Harmonies of #FFD40B
Complementary color
Monochromatic Colors of #FFD40B
Black with #FFD40B
Text Example
Text Example
White with #FFD40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD40B; }
p { color: rgb(255,212,11); }
H1.HeaderClassName
{
color: #FFD40B;
}
.AnyTagClassName
{
color: #FFD40B;
}
</style>
background-color css
<style>
a { background-color: #FFD40B; }
a { background-color: rgb(255,212,11); }
div.DivClassName
{
background-color: #FFD40B;
}
.BgClassName
{
background-color: #FFD40B;
}
</style>
border-color css
<style>
span { border-color: #FFD40B; }
span { border-color: rgb(255,212,11); }
td.TdClassName
{
border-color: #FFD40B;
}
.TagClassName
{
border-color: #FFD40B;
}
</style>