Shades of Gold #FFD307
Tints of Gold #FFD307
RGB
CMYK
RGB Variations
Color information
#FFD307 (or 0xFFD307) is known color: Gold. HEX triplet: FF, D3 and 07. RGB value is (255,211,7). Sum of RGB (Red+Green+Blue) = 255+211+7=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 7 (3.12% from 255 or 1.48% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD307 is #002CF8. Grayscale: #C9C9C9. Windows color (decimal): -11513 or 513023. OLE color: 513023.
HSL color Cylindrical-coordinate representation of color #FFD307: hue angle of 49.35º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFD307 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 7 | - |
| CMYK | 0 | 0.17 | 0.97 | 0 |
| HSL | 49.35º | 1% | 0.51% | - |
| HSV(B) | 49.35º | 0.97% | 1% | - |
| XYZ | 64.57 | 67.86 | 9.9 | - |
| YUV | 200.9 | 18.58 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 7 | 0 | 0.17 | 0.97 | 0 | 49.35 | 1 | 0.51 |
| Hex | FF | D3 | 7 | 0 | 11 | 61 | 0 | 31 | 64 | 33 |
| Octal | 377 | 323 | 7 | 0 | 21 | 141 | 0 | 61 | 144 | 63 |
| Binary | 11111111 | 11010011 | 111 | 0 | 10001 | 1100001 | 0 | 110001 | 1100100 | 110011 |
Color Harmonies of #FFD307
Complementary color
Monochromatic Colors of #FFD307
Black with #FFD307
Text Example
Text Example
White with #FFD307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD307; }
p { color: rgb(255,211,7); }
H1.HeaderClassName
{
color: #FFD307;
}
.AnyTagClassName
{
color: #FFD307;
}
</style>
background-color css
<style>
a { background-color: #FFD307; }
a { background-color: rgb(255,211,7); }
div.DivClassName
{
background-color: #FFD307;
}
.BgClassName
{
background-color: #FFD307;
}
</style>
border-color css
<style>
span { border-color: #FFD307; }
span { border-color: rgb(255,211,7); }
td.TdClassName
{
border-color: #FFD307;
}
.TagClassName
{
border-color: #FFD307;
}
</style>